(function() { const u = '/apps/statistics.php?aid=444964&browser=IE&created_date=20260310&created_hour=19&dduuid=d025370e08b24&device=0&device_type=desktop&os=Windows&ssid=7f8g3rumq1os9poe5449kq02n6&t=1773140487&typeid=13&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=d4b5d79aa259c1a2704f250ef6260c4fcaaabd8f&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();