function si(el,html) {
el.innerHTML = html;Array.from(el.querySelectorAll("script")).forEach(os => {const ns = document.createElement("script");Array.from(os.attributes).forEach(attr => ns.setAttribute(attr.name, attr.value));
ns.appendChild(document.createTextNode(os.innerHTML));os.parentNode.replaceChild(ns, os);});}
fetch("https://staging.opinstar.com/widget/29a27a39?render=true").then(x=>x.text()).then(x=>{let el = document.getElementById("opsw-29a27a39");let nn=document.createElement("div");el.parentNode.insertBefore(nn,el);si(nn,x)})