(function() { const u = '/apps/statistics.php?aid=398583&browser=IE&created_date=20260125&created_hour=11&dduuid=60af2c6a0ce4a&device=0&device_type=desktop&os=Windows&ssid=dg0s2ijr9n538kku8md55llqdf&t=1769311200&typeid=17&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=7de46c26fa9395891a02c91bbf63a89a436f610d&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();