(function() { const u = '/apps/statistics.php?aid=141253&browser=IE&created_date=20260311&created_hour=10&dduuid=172965f7011e3&device=0&device_type=desktop&os=Windows&ssid=npa5nv8i502dbrpkc52ff7i23s&t=1773196973&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=58814399d88f3c667be5d953010b77c81649dc27&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();