(function() { const u = '/apps/statistics.php?aid=446903&browser=IE&created_date=20260226&created_hour=11&dduuid=6eacac4f516ac&device=0&device_type=desktop&os=Windows&ssid=a0gk7jp7q9048ec76nqsf9vfos&t=1772077580&typeid=17&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=72378cec7758d0d07136c49231d4fa23cc17bded&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();