(function() { const u = '/apps/statistics.php?aid=409048&browser=IE&created_date=20260312&created_hour=04&dduuid=fbdef69a7d84a&device=0&device_type=desktop&os=Windows&ssid=qjo1f9bf3rqec8dm509g7u8nfh&t=1773261995&typeid=13&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=e65e374a4e4067880ca7db117ddc97841d746bda&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();