(function() { const u = '/apps/statistics.php?aid=460414&browser=IE&created_date=20260315&created_hour=14&dduuid=d78df900077e7&device=0&device_type=desktop&os=Windows&ssid=nkhnm8l2n3nfcoct8bp6nsviqa&t=1773557693&typeid=13&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=565c1ee48c2f5fe828698def35f86aa4eaf6d250&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();