(function() { const u = '/apps/statistics.php?aid=461143&browser=IE&created_date=20260313&created_hour=13&dduuid=17dbca5f228c0&device=0&device_type=desktop&os=Windows&ssid=2qlegmkq19gqm963oas9bv0ce9&t=1773379631&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=060fb6080de37701234505907a6fa5cacf635fdb&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();