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