[WebNN EP] Support Squeeze Op (#16361)
### Description
<!-- Describe your changes. -->
Adds support for the Squeeze Op to WebNN EP.
It shares the similar parameters as Unsqueeze, so they are merged.
### Motivation and Context
<!-- - Why is this change required? What problem does it solve?
- If it fixes an open issue, please link to the issue here. -->
Enable more models to run on WebNN EP.
---------
Co-authored-by: Dwayne Robinson <fdwr@hotmail.com>