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