(function(){
const currentElement = document.currentScript,
div = document.createElement('div');
div.id = "tongjiniao-tool"
div.innerHTML = `
-
网站流量概况
-
今日IP数
656
- |
-
今日访客数
805
- |
-
今日浏览量
1001
- |
-
昨日浏览量
2366
- |
-
本月浏览量
74434
`
console.log(currentElement);
currentElement.insertAdjacentElement('afterend', div);
})()