4
Sorry, It's news_item.html actually. There you remove
(<span class="itemStats"><{$story.hits}> <{$lang_reads}>span>)
.
In your CSS file (in the theme directory) you have to look for the itemStats tag and adapt it. If it's not present, you have to add it.
Do one of the two ways.
If you change the template, don't forget to update the module.
If you change the CSS, it's easier to reinstate it. Don't forget to clear your browsers cache.