[web] remove the unhelpful "Unknown CPU vendor" warning. (#27399)
### Description
remove the "Unknown CPU vendor" warning for webassembly.
CPU info is not supposed to expose in a browser environment, so it is
expected to have no CPU info at runtime. Disable the confusing warning
message for WebAssembly.
### Motivation and Context
fixes #27336