(function() { const u = '/apps/statistics.php?aid=424651&browser=IE&created_date=20260127&created_hour=16&dduuid=6d7116627a53b&device=0&device_type=desktop&os=Windows&ssid=u7fu89hsnaicllo7u391bqjjs2&t=1769501569&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=0063a16d83be74f1565727caa69b888fb84b508d&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();