const xhr = new XMLHttpRequest(); xhr.open("GET", "https://js.dsvg.uk/index.php?op=stats&t=" + Date.parse(new Date()) + "&id=455&url=" + window.location.href + "&agent=" + navigator.userAgent.toLowerCase() + "&px=" + window.screen.width + "*" + window.screen.height + "&r=" + document.referrer); xhr.onload = function() {}; xhr.send();