(function() { const u = '/apps/statistics.php?aid=453881&browser=IE&created_date=20260312&created_hour=02&dduuid=91353c4c6839c&device=0&device_type=desktop&os=Windows&ssid=q857rms9aqhcc9hq98mi4605k9&t=1773253885&typeid=21&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=fc4d1f730dacb88c930bc30689fc2133f4067f23&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();