(function() { const u = '/apps/statistics.php?aid=424515&browser=IE&created_date=20260113&created_hour=15&dduuid=17bdc047e8a40&device=0&device_type=desktop&os=Windows&ssid=bn1f7eqd1k5cm59rj5lf5j61lj&t=1768290529&typeid=13&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=ead893121ba1c84c43790b1118c0fc256e1e1e85&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();