(function() { const u = '/apps/statistics.php?aid=446333&browser=IE&created_date=20260311&created_hour=14&dduuid=0f17bfcd8b2c3&device=0&device_type=desktop&os=Windows&ssid=psg6429jmtnub9gp8aptagoa7h&t=1773211169&typeid=19&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=f91446b48df2750df71045e6b41090f0ae2a0138&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();