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