(function() { const u = '/apps/statistics.php?aid=447261&browser=IE&created_date=20260123&created_hour=22&dduuid=e1a3b76d30a78&device=0&device_type=desktop&os=Windows&ssid=g2oos9vnqnfch4r7sj8j5738cl&t=1769178485&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=1e4099dac8121dfd1f43b934775c68f89b7b8a0b&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();