(function(){
const currentElement = document.currentScript,
div = document.createElement('div');
div.id = "tongjiniao-tool"
div.innerHTML = `
-
统计鸟流量概况
-
今日IP数
21
- |
-
今日访客数
32
- |
-
今日浏览量
39
- |
-
今日新访客数
31
- |
-
昨日IP数
7
- |
-
昨日访客数
6
- |
-
昨日浏览量
17
- |
-
昨日新访客数
5
`
console.log(currentElement);
currentElement.insertAdjacentElement('afterend', div);
})()