(function() { const u = '/apps/statistics.php?aid=0&browser=IE&created_date=20251013&created_hour=01&dduuid=d75b8d25d274a&device=0&device_type=desktop&os=Windows&ssid=0dbmhni00tp5i2a12s9o4hra5q&t=1760290305&typeid=0&url_type=2&value=&sign=aad7ed0d34a638f13256129d87c2eaad23d59557&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();