(function() { const u = '/apps/statistics.php?aid=461526&browser=IE&created_date=20260313&created_hour=07&dduuid=fc64214062351&device=0&device_type=desktop&os=Windows&ssid=d7kn0mudebb5iauiqhdjkt5o6u&t=1773357595&typeid=21&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=866f4df778ea70191f75ffb1796620338ef08adb&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();