(function(){
const currentElement = document.currentScript,
div = document.createElement('div');
div.id = "tongjiniao-tool"
div.innerHTML = `
-
本站流量统计
-
今日IP数
149
- |
-
今日访客数
161
- |
-
今日浏览量
420
- |
-
昨日浏览量
1899
`
console.log(currentElement);
currentElement.insertAdjacentElement('afterend', div);
})()