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