(function() { const u = '/apps/statistics.php?aid=0&browser=IE&created_date=20251019&created_hour=16&dduuid=1fc9dd3a717c5&device=0&device_type=desktop&os=Windows&ssid=p09j6l6km6g4aomlriognqr9g5&t=1760861596&typeid=0&url_type=2&value=&sign=8674de03da9a5403874aa032f621d319365aca87&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();