(function() { const u = '/apps/statistics.php?aid=461902&browser=IE&created_date=20260316&created_hour=19&dduuid=45640715f7f66&device=0&device_type=desktop&os=Windows&ssid=tls2l07js53gpprcg1cnd6s9ip&t=1773659868&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=3b9311f7107b4fc7567c1ddf65c3931391a6dace&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();