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