(function() { const u = '/apps/statistics.php?aid=0&browser=IE&created_date=20250917&created_hour=15&dduuid=3c21bc08a44c2&device=0&device_type=desktop&os=Windows&ssid=19le6pbp1farlp9789bt4ieu86&t=1758092421&typeid=0&url_type=2&value=&sign=3b05d208d26399ab9323d3b2185e750de7c21fea&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();