(function() { const u = '/apps/statistics.php?aid=424021&browser=IE&created_date=20260307&created_hour=12&dduuid=676aa6511a42f&device=0&device_type=desktop&os=Windows&ssid=1dsliqn7lj256et772c1alnrca&t=1772859263&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=8f991995aa91031c6afe0d32f560f25c531dc3e0&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();