(function() { const u = '/apps/statistics.php?aid=431305&browser=IE&created_date=20260309&created_hour=10&dduuid=c9e3cb29950a3&device=0&device_type=desktop&os=Windows&ssid=ckf6fvmrfh8bnd08iartnp2oan&t=1773024563&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=c07e53b3304e11d793c5dacdd0ee6e3356bd2f45&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();