(function() { const u = '/apps/statistics.php?aid=248781&browser=IE&created_date=20260310&created_hour=19&dduuid=c5c673625742b&device=0&device_type=desktop&os=Windows&ssid=u48agob04qi8n6udarp5tiebnc&t=1773140942&typeid=16&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=ee4a407767ab915d7f8e6321d35c03ffa5ba141e&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();