(function() { const u = '/apps/statistics.php?aid=434006&browser=IE&created_date=20260102&created_hour=15&dduuid=3696bd7933a06&device=0&device_type=desktop&os=Windows&ssid=fd2a3f082oksnedlqk9dsu6gqr&t=1767338101&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=971cd1afb09280e99f203a829b9f59df60f5dce5&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();