(function() { const u = '/apps/statistics.php?aid=426394&browser=IE&created_date=20260113&created_hour=14&dduuid=21ba7e611f83f&device=0&device_type=desktop&os=Windows&ssid=o0rmqlee8i932c342rihs4mgqp&t=1768284580&typeid=13&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=7e34bf06e57f0568909885de006e436ce1104653&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();