(function() { const u = '/apps/statistics.php?aid=113151&browser=IE&created_date=20260111&created_hour=06&dduuid=3015b75364f7e&device=0&device_type=desktop&os=Windows&ssid=l1hl747q965h6jaaaieh1usv0d&t=1768083115&typeid=19&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=36d2149521d31f97455f43ef4bdef6f98563f206&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();