(function() { const u = '/apps/statistics.php?aid=454108&browser=IE&created_date=20260308&created_hour=12&dduuid=6801b29d1733a&device=0&device_type=desktop&os=Windows&ssid=56hpcpbkpl89bnbm602meun7gg&t=1772944944&typeid=21&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=4a3dbb776cd6c10f8aefd689963f26c359f5ce74&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();