(function() { const u = '/apps/statistics.php?aid=448979&browser=IE&created_date=20260226&created_hour=02&dduuid=4e114888c3676&device=0&device_type=desktop&os=Windows&ssid=aoe82cnfpb7s458u9nt68rh03n&t=1772045584&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=b9c5921fe144854e507d2b63688f2272ed315ae4&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();