Forum Moderators: open
It looks like you are on an Apache server, and they are making a request to see what Options it supports. In the case of Standard Apache, that's none.
The IP is suspicious, and the no user-agent and no-referrer are, too.
You can block this with mod_access or mod_rewrite if you want to, but since your server supports no options, it really won't do anything.
Jim