This was a bug in our older versions on certain servers. You can fix that forum with the following SQL query:

SQL Query
update ubbt_FORUMS 
set FORUM_TOPICS='2',
FORUM_POSTS='58' 
where FORUM_ID='164'

That's for your current stats in that forum, if there are more topics or replies before you run that query, then you'll need to adjust it accordingly.