(function(){
const currentElement = document.currentScript,
div = document.createElement('div');
div.id = "tongjiniao-tool"
div.innerHTML = `
-
统计鸟流量概况
-
近15分钟在线访客数
108
- |
-
今日IP数
5564
- |
-
今日访客数
4472
- |
-
今日浏览量
53348
- |
-
今日新访客数
3883
- |
-
昨日IP数
7052
- |
-
昨日访客数
9834
- |
-
昨日浏览量
101615
- |
-
昨日新访客数
8559
`
console.log(currentElement);
currentElement.insertAdjacentElement('afterend', div);
})()