(function (win, doc) {
  const style = doc.createElement("link");
  style.rel = "stylesheet";
  style.href = "https://query.aliyun.com/rest/qihang.domain.css";
  const script = doc.createElement("script");
  script.src = "https://query.aliyun.com/rest/qihang.webview-js";
  doc.head.appendChild(script);
  doc.head.appendChild(style);
})(window, document);