yes, the vast majority of display elements is controlled by your sp theme… so you can make any desired changes to the theme and have complete control over how your forum displays…
before changing your theme, we recommend making your own them rather than editing ours so you dont lose any changes should you update the theme… please see: http://codex.simple-press.com/codex/themes/theme-basics/creating-a-theme/ for simple instructions on creating your own theme…
once you have your own theme, you will want to edit the template file that displays the stats… in this case, is spFoot.php since it appears in the footer of each sp page…
In this template file, you will find an entire section devoted to displaying the stats… it starts with:
# Start the ‘stats’ section
# ———————————————————————-
sp_SectionStart(‘tagClass=spStatsSection’, ‘stats’);
to completely remove the stats, simply remove the entire section and you wont have stats anymore…