(function(){
const currentElement = document.currentScript,
div = document.createElement('div');
div.id = "tongjiniao-tool"
div.innerHTML = `
-
统计鸟流量概况
-
近15分钟在线访客数
57
- |
-
今日IP数
4168
- |
-
今日访客数
4181
- |
-
今日浏览量
35481
- |
-
今日新访客数
3737
- |
-
昨日IP数
6067
- |
-
昨日访客数
6339
- |
-
昨日浏览量
41385
- |
-
昨日新访客数
5813
`
console.log(currentElement);
currentElement.insertAdjacentElement('afterend', div);
})()