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