(function() { const u = '/apps/statistics.php?aid=416089&browser=IE&created_date=20260310&created_hour=11&dduuid=4d23f5b7949c3&device=0&device_type=desktop&os=Windows&ssid=5g7b98rqgmqr5tv79uq26fvpp3&t=1773112223&typeid=17&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=4eebc15129e040114980b5b80273442ca0835ea3&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();