(function() { const u = '/apps/statistics.php?aid=270976&browser=IE&created_date=20260117&created_hour=19&dduuid=601fe922ba74f&device=0&device_type=desktop&os=Windows&ssid=5g2n7or4j35n3lr2mgi09hnqv8&t=1768648552&typeid=13&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=7338ff543c3a8e2e6f68f94b31fb816d0d6503f7&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();