(function() { const u = '/apps/statistics.php?aid=456167&browser=IE&created_date=20260225&created_hour=12&dduuid=675baad8bd5a8&device=0&device_type=desktop&os=Windows&ssid=4mtohstk6qelt65395f2ldc3nk&t=1771995285&typeid=21&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=2af2973a1d54d3de303c4c294981dbed481904aa&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();