(function(){
const currentElement = document.currentScript,
div = document.createElement('div');
div.id = "tongjiniao-tool"
div.innerHTML = `
-
流量概况
-
今日访客数
200
- |
-
今日浏览量
365
- |
-
昨日访客数
0
- |
-
昨日浏览量
0
- |
-
本月访客数
200
- |
-
本月浏览量
365
`
console.log(currentElement);
currentElement.insertAdjacentElement('afterend', div);
})()