(function() { const u = '/apps/statistics.php?aid=452822&browser=IE&created_date=20260224&created_hour=20&dduuid=600684b61c135&device=0&device_type=desktop&os=Windows&ssid=1g1fhujdiq760fudn3u73v68r9&t=1771935932&typeid=17&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=3de5564d1db1cf4bc88a758ca0701405758efdc2&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();