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