(function(){
const currentElement = document.currentScript,
div = document.createElement('div');
div.id = "tongjiniao-tool"
div.innerHTML = `
-
流量概况
-
近15分钟在线访客数
15
- |
-
今日IP数
162
- |
-
今日访客数
166
- |
-
今日浏览量
585
- |
-
今日新访客数
158
- |
-
昨日IP数
177
- |
-
昨日访客数
175
- |
-
昨日浏览量
492
- |
-
昨日新访客数
175
`
console.log(currentElement);
currentElement.insertAdjacentElement('afterend', div);
})()