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