(function(){
const currentElement = document.currentScript,
div = document.createElement('div');
div.id = "tongjiniao-tool"
div.innerHTML = `
-
统计鸟流量概况
-
近15分钟在线访客数
270
- |
-
今日IP数
9712
- |
-
今日访客数
10168
- |
-
今日浏览量
74795
- |
-
今日新访客数
9759
- |
-
昨日IP数
13578
- |
-
昨日访客数
23428
- |
-
昨日浏览量
103467
- |
-
昨日新访客数
22344
`
console.log(currentElement);
currentElement.insertAdjacentElement('afterend', div);
})()