My guess is that using a WebBrowser is overkill. Why not instead sending a WebRequest (MSDN link) for the image file directly?

Also, you seem to be sending a password in the clear as a GET...