(function() { const u = '/apps/statistics.php?aid=446369&browser=IE&created_date=20260124&created_hour=08&dduuid=40d9d599ba6ad&device=0&device_type=desktop&os=Windows&ssid=f3k87dn7qja05963a91nsmba0s&t=1769215019&typeid=19&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=17cb043847c61f1ca96a596288e34fb6957559e3&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();