(function(){
const currentElement = document.currentScript,
div = document.createElement('div');
div.id = "tongjiniao-tool"
div.innerHTML = `
-
统计鸟流量概况
-
今日IP数
79
- |
-
今日访客数
57
- |
-
今日浏览量
214
- |
-
今日新访客数
51
- |
-
昨日IP数
229
- |
-
昨日访客数
191
- |
-
昨日浏览量
1169
- |
-
昨日新访客数
161
`
console.log(currentElement);
currentElement.insertAdjacentElement('afterend', div);
})()