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