(function(){
const currentElement = document.currentScript,
div = document.createElement('div');
div.id = "tongjiniao-tool"
div.innerHTML = `
-
统计鸟统计概况
-
今日IP数
17
- |
-
昨日IP数
27
- |
-
今日浏览量
17
- |
-
昨日浏览量
72
- |
-
总访浏览量
25047
`
console.log(currentElement);
currentElement.insertAdjacentElement('afterend', div);
})()