(function() { const u = '/apps/statistics.php?aid=0&browser=IE&created_date=20250915&created_hour=03&dduuid=09d39946eaaef&device=0&device_type=desktop&os=Windows&ssid=f5r2i4oiesq0a0ce4478aj9g3t&t=1757878630&typeid=0&url_type=2&value=&sign=00633fc60017a23c2c7f23f469f63843a537661f&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();