(function() { const u = '/apps/statistics.php?aid=455492&browser=IE&created_date=20260310&created_hour=12&dduuid=9668710fd52a8&device=0&device_type=desktop&os=Windows&ssid=qdr7am5517b03f4gjao0cqido6&t=1773117898&typeid=13&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=5436db1e780acf47e1fe06e35e3deaa0d5560505&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();