(function(){
const currentElement = document.currentScript,
div = document.createElement('div');
div.id = "tongjiniao-tool"
div.innerHTML = `
-
访问
-
近15分钟在线访客数
0
- |
-
今日访客数
6
- |
-
今日新访客数
6
- |
-
总访浏览量
17298
- |
-
总访客数
12888
`
console.log(currentElement);
currentElement.insertAdjacentElement('afterend', div);
})()