(function() { const u = '/apps/statistics.php?aid=429469&browser=IE&created_date=20260119&created_hour=05&dduuid=e279a3d38962f&device=0&device_type=desktop&os=Windows&ssid=f8f0vj98bu6jsd3jftsgkd39so&t=1768770736&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=29e4def4fdd984b7e2ade342843ff65cd5a0068b&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();