(function() { const u = '/apps/statistics.php?aid=405002&browser=IE&created_date=20260307&created_hour=08&dduuid=79102aeb31128&device=0&device_type=desktop&os=Windows&ssid=s7ccnmuano75s9me48g5hf20kq&t=1772841953&typeid=13&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=a5007528cbf4b7c378f715f58d62596b171f2e4e&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();