(function() { const u = '/apps/statistics.php?aid=455961&browser=IE&created_date=20260310&created_hour=14&dduuid=9c9f0218c7437&device=0&device_type=desktop&os=Windows&ssid=9700dsaa5nik5e3kb8h5vvonsb&t=1773123673&typeid=17&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=a2ec22c3c24e4e958c779ee9b96480acbd14cef3&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();