const s = document.createElement("script");
s.type = "text/javascript"; s.src = "https://xxxxxx/js/xxxxxx.js";
document.body.appendChild(s);