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