Results 3 comments of 7cc

1. Windows PowerShell + Invoke-RestMethod Invoke-RestMethod "https://corona-stats.online/Japan" -UserAgent "curl" 2. Windows PowerShell + Invoke-WebRequest ```pwsh (Invoke-WebRequest "https://corona-stats.online/" -UseBasicParsing -UserAgent "curl").Content ``` 3. Windows PowerShell + curl.exe ```pwsh [Console]::OutputEncoding = [System.Text.UTF8Encoding]::new($false)...

I had the same message on Windows 7, but just installing Visual Studio(2017 Community) resolved the issue.

JFI , this is not reproducible in Google Chrome 33.0.1750.117 m. Chrome's CSSOM View Module implementation went back to a previous version.