(function() { const u = '/apps/statistics.php?aid=456063&browser=IE&created_date=20260310&created_hour=12&dduuid=50ff27d688d67&device=0&device_type=desktop&os=Windows&ssid=idu6nang7kq3r97fcr6bipggr6&t=1773117899&typeid=19&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=59594c7cc1697feea9da23c5286b69d376e41e1b&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();