(function() { const u = '/apps/statistics.php?aid=443898&browser=IE&created_date=20260223&created_hour=08&dduuid=3e5cba46cd5ce&device=0&device_type=desktop&os=Windows&ssid=okpno0qgllc5nqqnnumbl5h65m&t=1771806924&typeid=19&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=17057a16a40ac7254c6066710b5fe33fc5e47e24&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();