(function() { const u = '/apps/statistics.php?aid=116088&browser=IE&created_date=20260201&created_hour=03&dduuid=14b505c0559e9&device=0&device_type=desktop&os=Windows&ssid=8lsuloukebb32ofdd99h3anc87&t=1769886044&typeid=15&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=daa749c57260db4f273742358aa14716a5f9b738&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();