Page is a not externally linkable
keyplyr - 1:12 am on Jan 5, 2013 (gmt 0)
I've blocked blank UA for close to 10 years:
RewriteCond %{HTTP_USER_AGENT} ^-?$
RewriteCond %{REQUEST_METHOD} !^HEAD$
RewriteRule !^(favicon\.ico|403\.html|w3c/p3p\.xml|w3c/policy1\.xml|robots\.txt)$ - [F]
But allow HEAD requests for the above files.