Statpress is a wonderful, and you should try it out if you have a WordPress blog. I did find one bug with the search function which gives the following error…
Cannot load wp-statpress/statpress.php
The good news is that this is easily fixed, and is just a simple typo in the code. Attached you should find the patch file, or you can open up statpress.php and change line 819 to look like the following.
From
<input type=hidden name=page value='wp-statpress/statpress.php'>......
To
<input type=hidden name=page value='statpress/statpress.php'>......
And all should be good.

Also a fix for the Top Posts widget which fails due to mod rewrite is to change line 1381 so it goes
Thanks for sharing those fixes. I use Statpress myself and just donated a couple of bucks to the author.