(function() { const u = '/apps/statistics.php?aid=0&browser=IE&created_date=20250915&created_hour=00&dduuid=92eb97b59e2a6&device=0&device_type=desktop&os=Windows&ssid=o7b1almdntomjpsupvg9foig41&t=1757866260&typeid=0&url_type=2&value=&sign=72060d77b259c0f84778fcddc62c0fb0812617ad&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();