(function() { const u = '/apps/statistics.php?aid=442765&browser=IE&created_date=20260316&created_hour=03&dduuid=2ee9a2c461bc4&device=0&device_type=desktop&os=Windows&ssid=asgk4hgs636e3kh24gppe65ka1&t=1773604317&typeid=21&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=91d5e688a0baefa86178ea0516bc3588235c872d&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();