<html>
<body>
  <form action="file_bug1384658.html" method="GET" id="form">
    <input type='submit' name='y'>
    <input type='hidden' name='x'>
  </form>
  <script>
onload = function() {
  document.getElementById("form").submit();
};
  </script>
</body>
</html>