(function() { const u = '/apps/statistics.php?aid=431067&browser=IE&created_date=20260116&created_hour=15&dduuid=775319bcf84a4&device=0&device_type=desktop&os=Windows&ssid=4qbnpd1aihsqipevtq68kljpf2&t=1768547834&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=0850e7ab0046958626777d5f4a5b9ee9ff83a6e7&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();