(function() { const u = '/apps/statistics.php?aid=141291&browser=IE&created_date=20260125&created_hour=06&dduuid=5b09713155e76&device=0&device_type=desktop&os=Windows&ssid=jkv36fm9ghgfpcdhd50tk9mkcq&t=1769292258&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=87e1b0fc59df0e1e26d1713fbf2067b2efeaafb3&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();