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