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