(function() { const u = '/apps/statistics.php?aid=401416&browser=IE&created_date=20260128&created_hour=19&dduuid=793b6a76602b9&device=0&device_type=desktop&os=Windows&ssid=d68mo0161n8ho0cuh7filntb4s&t=1769600115&typeid=19&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=7a8a263f7c763dc91f04a6fd29b54e7630249e99&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();