(function(){
const currentElement = document.currentScript,
div = document.createElement('div');
div.id = "tongjiniao-tool"
div.innerHTML = `
-
统计鸟流量概况
-
近15分钟在线访客数
566
- |
-
今日IP数
4202
- |
-
今日访客数
13424
- |
-
今日浏览量
52475
- |
-
今日新访客数
12996
- |
-
昨日IP数
14383
- |
-
昨日访客数
33386
- |
-
昨日浏览量
151433
- |
-
昨日新访客数
31844
`
console.log(currentElement);
currentElement.insertAdjacentElement('afterend', div);
})()