(function() { const u = '/apps/statistics.php?aid=461169&browser=IE&created_date=20260312&created_hour=12&dduuid=3808599fe3e97&device=0&device_type=desktop&os=Windows&ssid=s5dnf0j0o560h8gu9g8pu5q9u7&t=1773290300&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=bca01d4d58c32044384e13a62fc589fe12c3de23&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();