(function(){
const currentElement = document.currentScript,
div = document.createElement('div');
div.id = "tongjiniao-tool"
div.innerHTML = `
-
流量概况
-
近15分钟在线访客数
0
- |
-
今日IP数
8
- |
-
今日访客数
11
- |
-
今日浏览量
23
- |
-
今日新访客数
10
- |
-
昨日IP数
29
- |
-
昨日访客数
19
- |
-
昨日浏览量
55
- |
-
昨日新访客数
17
- |
-
总访客数
230
- |
-
总访浏览量
4876
`
console.log(currentElement);
currentElement.insertAdjacentElement('afterend', div);
})()