(function() { const u = '/apps/statistics.php?aid=448175&browser=IE&created_date=20260303&created_hour=18&dduuid=f41772c5a89e3&device=0&device_type=desktop&os=Windows&ssid=78mph1vdvaegl4ct025s6s8t8l&t=1772534097&typeid=13&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=16c51728e53d1a08cb5961cc1426780c42651b81&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();