(function(){
const currentElement = document.currentScript,
div = document.createElement('div');
div.id = "tongjiniao-tool"
div.innerHTML = `
-
统计鸟流量概况
-
近15分钟在线访客数
141
- |
-
今日IP数
2764
- |
-
今日访客数
4097
- |
-
今日浏览量
42809
- |
-
今日新访客数
3803
- |
-
昨日IP数
7516
- |
-
昨日访客数
7685
- |
-
昨日浏览量
103905
- |
-
昨日新访客数
6895
`
console.log(currentElement);
currentElement.insertAdjacentElement('afterend', div);
})()