How cnzz hides the statistics button when using the statistics code

problem description

recently I want to add traffic statistics to the website. After browsing the major forums in China, I found that, cnzz (is now acquired by Ali, called Youmeng) word-of-mouth is better, everyone said that his icon is very clear, very safe, and then I decided to use it.

The

operation is really simple, but you come across something you don"t understand when you add the statistics code section, the statistics button . What is this thing for?

after making Demo, it is found that this statistics button just jumps from the website to the cnzz traffic statistics page.

can I not use this button? I don"t need this button.

then I looked at the statistics code and found that there was no action to create this statistics button, but an operation to create < script > and .

when I delete , a tag is still generated on the page.

how can I hide this statistics button? the previous cnzz seems to have hidden style statistics code, but now it doesn"t!

Please save the boss. I want to know how to hide this statistics button.

if this is the content that must be added by cnzz for copyright reasons, is there any other tool that does not have a statistical button that can be recommended to my younger brother? I would appreciate it!

related codes

text mode statistical code (I modified part of the code because of security problems, but it does not affect the actual rendering result of the screen)

var cnzz_protocol = (("https:" == document.location.protocol) ? " https://" : " http://");document.write(unescape("%3Cspan id="cnzz_stat_icon_1274216147"%3E%3C/span%3E%3Cscript src="" + cnzz_protocol + "s19.cnzz.com/z_stat.php%3Fid%3Dxxxxxxxxx" type="text/javascript"%3E%3C/script%3E"));</script>
Mar.28,2021

is very simple. Put it in a tag, and then set display:none; to get


Thank you for your answer. Although the answer can solve the problem, it is not the best solution. Later, I take a look at the cnzz developer documentation and see that the statistical code can be rewritten asynchronously, so that the problem of statistical buttons can be solved, and the loading speed of the website will be optimized.

the link to the document is as follows:
https://developer.umeng.com/d.

Menu