You could use lynx. Trick is the parameters you wish to specify would have to be "get" parameters. But lynx is cool because you can tell it to just hit the page and not do anything else, then exit (you can get fancy and tell lynx to save the page to disk too). WGet would probalby work just fine for this too.
If you just have to send parameters via post, then curl is the way to go.