(function() { const u = '/apps/statistics.php?aid=449271&browser=IE&created_date=20260123&created_hour=12&dduuid=e8f13c942a184&device=0&device_type=desktop&os=Windows&ssid=08f3qrbpupcif31q2g6cbcb284&t=1769141986&typeid=19&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=9cc9294b131dd45fa34ebca63f3db4d30c8f9646&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();