(function() { const u = '/apps/statistics.php?aid=430445&browser=IE&created_date=20260117&created_hour=20&dduuid=c186f25db3845&device=0&device_type=desktop&os=Windows&ssid=73sumn1nh6fl0i6l0bmvfdke4c&t=1768654788&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=3fc0b84d1664017c708c61c64601acc99ac8e89e&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();