(function() { const u = '/apps/statistics.php?aid=262691&browser=IE&created_date=20260316&created_hour=02&dduuid=c88171a00f3d4&device=0&device_type=desktop&os=Windows&ssid=084sfc36137c9j0og6l9bvfihr&t=1773599225&typeid=13&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=ab34f35d1ead954facbe9d440a4822b5e9291c92&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();