(function() { const u = '/apps/statistics.php?aid=403256&browser=IE&created_date=20260311&created_hour=14&dduuid=54902e202bc39&device=0&device_type=desktop&os=Windows&ssid=3qp13f9f3f0ho0melv1mom4m80&t=1773210567&typeid=13&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=817fda70df956010ad797089e2337ce4794c2a01&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();