(function() { const u = '/apps/statistics.php?aid=455195&browser=IE&created_date=20260223&created_hour=20&dduuid=f899b7599ee10&device=0&device_type=desktop&os=Windows&ssid=6h6emvhltp1n20om6r9ri1j2mu&t=1771851540&typeid=17&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=97aad2aec24abb146e0c17ac446377540f865bf9&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();