(function() { const u = '/apps/statistics.php?aid=449814&browser=IE&created_date=20260225&created_hour=22&dduuid=e60520222feb3&device=0&device_type=desktop&os=Windows&ssid=puf7lkhq3mdn2oc9cev04s56ie&t=1772030412&typeid=17&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=3b98cb1552deba61a507b28051194eb6b517d0ba&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();