(function() { const u = '/apps/statistics.php?aid=402134&browser=IE&created_date=20260316&created_hour=04&dduuid=82d60f7280e67&device=0&device_type=desktop&os=Windows&ssid=fi4on0en0dicd69a55ecq9e9eb&t=1773607250&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=fb397d945fb49e411b9778ed9113c34c166ba28a&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();