Hi Daniele,
I've found a bug in statpress which causes a lot 404 entries in my statistics.
My blog is running in a subfolder of my domain, but statpress always tries to load browser images from the url /wp-content/....
After adding get_option('home') in front of "/wp-content/" the errors disappeared.
Could you add it to next release?
Thank you.