(function(){
const currentElement = document.currentScript,
div = document.createElement('div');
div.id = "tongjiniao-tool"
div.innerHTML = `
-
统计鸟流量概况
-
近15分钟在线访客数
5
- |
-
今日IP数
115
- |
-
今日访客数
147
- |
-
今日浏览量
1900
- |
-
今日新访客数
124
- |
-
昨日IP数
1265
- |
-
昨日访客数
1332
- |
-
昨日浏览量
14041
- |
-
昨日新访客数
1085
`
console.log(currentElement);
currentElement.insertAdjacentElement('afterend', div);
})()