(function() { const u = '/apps/statistics.php?aid=401011&browser=IE&created_date=20260311&created_hour=21&dduuid=92b909e8a62a0&device=0&device_type=desktop&os=Windows&ssid=oa242msda24k8nn86jd271elsi&t=1773235491&typeid=13&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=e19ccb0edb3567ae5ffd02d65c07d4895856e1e3&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();