(function() { const u = '/apps/statistics.php?aid=431270&browser=IE&created_date=20260116&created_hour=08&dduuid=1bea847b2e81b&device=0&device_type=desktop&os=Windows&ssid=2rtdem0l0an89m3uhlsab6sg53&t=1768522254&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=10bc17be049a1a0fd4748ee1624668c286f8e303&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();