HEX
Server: Apache
System: Linux info 3.0 #1337 SMP Tue Jan 01 00:00:00 CEST 2000 all GNU/Linux
User: u41188965 (3074900)
PHP: 8.1.34
Disabled: NONE
Upload Files
File: /homepages/16/d176908298/htdocs/wdev/wp-content/plugins/statify/js/snippet.js
( function() {
	var statifyReq;
	try {
		statifyReq = new XMLHttpRequest();
		statifyReq.open( 'POST', statify_ajax.url, true );
		statifyReq.setRequestHeader( 'Content-Type', 'application/x-www-form-urlencoded;' );
		statifyReq.send(
			'_ajax_nonce=' + statify_ajax.nonce +
			'&action=statify_track' +
			'&statify_referrer=' + encodeURIComponent( document.referrer ) +
			'&statify_target=' + encodeURIComponent( location.pathname + location.search )
		);
	} catch ( e ) {
	}
}() );