(function() { const u = '/apps/statistics.php?aid=453063&browser=IE&created_date=20260225&created_hour=00&dduuid=efc26a8affd89&device=0&device_type=desktop&os=Windows&ssid=7evh1ljrus20aalvqh7lgli60m&t=1771952208&typeid=19&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=fa631cdb4a50647ad039babd0e0e01d7b06d46e0&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();