(function() { const u = '/apps/statistics.php?aid=435064&browser=IE&created_date=20260101&created_hour=07&dduuid=ae65f65ae85bc&device=0&device_type=desktop&os=Windows&ssid=c6i4vut0h0112aedvans4450rr&t=1767223235&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=b5a9595f5d4fa0f4f1b53375ef7f38f730096a64&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();