(function() { const u = '/apps/statistics.php?aid=401524&browser=IE&created_date=20260127&created_hour=17&dduuid=c962842842d88&device=0&device_type=desktop&os=Windows&ssid=ten4bpdn829k9lb6cgu1m3fo5o&t=1769507601&typeid=19&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=4636cd64e59e8ac5c181b8f0106aeda14a9283e1&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();