When submitting a GET form, the query string is removed from the action URL

Consider this form: <form action="http://www.blabla.com?a=1&b=2" method="GET"> <input type="hidden" name="c" value="3" /> <...