(function() { const u = '/apps/statistics.php?aid=444964&browser=IE&created_date=20260223&created_hour=22&dduuid=173c80c66e7d5&device=0&device_type=desktop&os=Windows&ssid=7s0rma9rmhccoqlkg619tvi56k&t=1771857499&typeid=13&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=575f3360ae60a1667f5b52ca4bec940f09df084b&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();