(function() { const u = '/apps/statistics.php?aid=350500&browser=IE&created_date=20260312&created_hour=19&dduuid=490af63c783f6&device=0&device_type=desktop&os=Windows&ssid=k9v06562b5g3e383ji4q782dks&t=1773316022&typeid=16&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=9019ff9ff21d1a74218fc2cc5ebe6a46d1e964e7&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();