(function() { const u = '/apps/statistics.php?aid=424163&browser=IE&created_date=20260129&created_hour=00&dduuid=e667ec1cb0421&device=0&device_type=desktop&os=Windows&ssid=5ihtcfmsamsoanh63eeisbigen&t=1769617191&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=41dee253d2c85874d055ffe4b7f5aa54ab38e9db&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();