I forgot to mention, that you first need to activate Mod Rewrite if you aren't already using Mod Rewrite functions on your site.
If you aren't already using Mod Rewrite functions, then use the folowing code:
Code:
RewriteEngine On
# BBclone Statistics
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^stats\.html$ index.php?bbclone_page=1&%{QUERY_STRING} [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^stats-detailed\.html$ index.php?bbclone_page=2&%{QUERY_STRING} [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^stats-time\.html$ index.php?bbclone_page=3&%{QUERY_STRING} [L]