(function(){
const currentElement = document.currentScript,
div = document.createElement('div');
div.id = "tongjiniao-tool"
div.innerHTML = `
-
静雅斋
-
近15分钟在线访客数
5
- |
-
今日IP数
295
- |
-
今日访客数
214
- |
-
今日浏览量
382
- |
-
总IP数
38748
- |
-
总访客数
24792
- |
-
总访浏览量
66376
`
console.log(currentElement);
currentElement.insertAdjacentElement('afterend', div);
})()