(function(){
const currentElement = document.currentScript,
div = document.createElement('div');
div.id = "tongjiniao-tool"
div.innerHTML = `
-
流量概况
-
今日访客数
14
- |
-
今日浏览量
113
- |
-
昨日访客数
24
- |
-
总访客数
947
- |
-
总访浏览量
2467
`
console.log(currentElement);
currentElement.insertAdjacentElement('afterend', div);
})()