Try this rule before your other rules:
RewriteRule ^(stats)($|/) - [L]
This will end the rewriting process.
I modified it to use only stats
Try this rule before your other rules:
RewriteRule ^(stats)($|/) - [L]
This will end the rewriting process.
I modified it to use only stats