(function(){
const currentElement = document.currentScript,
div = document.createElement('div');
div.id = "tongjiniao-tool"
div.innerHTML = `
-
统计鸟流量概况
-
今日IP数
370
- |
-
今日访客数
339
- |
-
今日浏览量
994
- |
-
今日新访客数
313
- |
-
昨日IP数
373
- |
-
昨日访客数
345
- |
-
昨日浏览量
885
- |
-
昨日新访客数
315
`
console.log(currentElement);
currentElement.insertAdjacentElement('afterend', div);
})()