(function(){
const currentElement = document.currentScript,
div = document.createElement('div');
div.id = "tongjiniao-tool"
div.innerHTML = `
-
网站流量概况
-
今日IP数
43
- |
-
今日访客数
45
- |
-
今日浏览量
46
- |
-
昨日浏览量
963
- |
-
本月浏览量
16906
`
console.log(currentElement);
currentElement.insertAdjacentElement('afterend', div);
})()