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