(function() { const u = '/apps/statistics.php?aid=454153&browser=IE&created_date=20260305&created_hour=09&dduuid=05e06d0940ddb&device=0&device_type=desktop&os=Windows&ssid=1cf9eu9o9rfd6sqbl075ls99bv&t=1772673749&typeid=17&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=2a844c19d17c4fa6088bb611346903f5feff2885&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();