(function() { const u = '/apps/statistics.php?aid=304933&browser=IE&created_date=20251222&created_hour=01&dduuid=e555345636b97&device=0&device_type=desktop&os=Windows&ssid=65iekvrlodegsn5ngnujmao7b5&t=1766336752&typeid=17&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=07ce77e5bfa8c26a47c40fa22e73ec18f37e6d4b&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();