(function(){
const currentElement = document.currentScript,
div = document.createElement('div');
div.id = "tongjiniao-tool"
div.innerHTML = `
-
网站数据概况
-
今日IP数
16
- |
-
今日浏览量
19
- |
-
昨日IP数
2
- |
-
昨日浏览量
6
- |
-
近15分钟在线访客数
0
`
console.log(currentElement);
currentElement.insertAdjacentElement('afterend', div);
})()