(function() { const u = '/apps/statistics.php?aid=141&browser=IE&created_date=20260311&created_hour=05&dduuid=d7803d4632d65&device=0&device_type=desktop&os=Windows&ssid=jelhhm45vjn4qg0pctmhmitjqc&t=1773177881&typeid=14&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=867e1da410ea67fe03b626816cdd3cc4e7fa6aa3&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();