(function() { const u = '/apps/statistics.php?aid=433937&browser=IE&created_date=20260311&created_hour=09&dduuid=8504d0f8521fa&device=0&device_type=desktop&os=Windows&ssid=a9rahlvi52qc0hvct9p566g90l&t=1773192413&typeid=13&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=3eff433efa0d428b5588f129fe1ac8e000968988&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();