(function() { const u = '/apps/statistics.php?aid=454635&browser=IE&created_date=20260310&created_hour=23&dduuid=af94724ee1717&device=0&device_type=desktop&os=Windows&ssid=6ig9aad4jvt25f6qd389rnofbv&t=1773156140&typeid=19&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=98530cadc18b86b9f9f2b3359fa533295705f249&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();