(function(){
const currentElement = document.currentScript,
div = document.createElement('div');
div.id = "tongjiniao-tool"
div.innerHTML = `
-
云超博客流量概况
-
近15分钟在线访客数
1
- |
-
今日IP数
31
- |
-
今日访客数
29
- |
-
今日浏览量
41
- |
-
今日新访客数
27
- |
-
昨日IP数
33
- |
-
昨日访客数
34
- |
-
昨日浏览量
36
- |
-
昨日新访客数
33
- |
-
本月IP数
553
- |
-
本月访客数
477
- |
-
本月浏览量
929
`
console.log(currentElement);
currentElement.insertAdjacentElement('afterend', div);
})()