(function() { const u = '/apps/statistics.php?aid=441930&browser=IE&created_date=20260224&created_hour=02&dduuid=7a575ff8e65b1&device=0&device_type=desktop&os=Windows&ssid=d0hrdl4odos1mo584h5dbf5i7d&t=1771871831&typeid=13&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=54d406a4bfe31ec88fdeb444d62608900e736d9f&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();