(function() { const u = '/apps/statistics.php?aid=452486&browser=IE&created_date=20260224&created_hour=22&dduuid=42212601ee10b&device=0&device_type=desktop&os=Windows&ssid=f10ohbck9pruk3kkrctnr1h7qn&t=1771943116&typeid=17&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=0d38a35de8e2e684476e4d77db99b9d0c92a6a20&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();