How can I request a Chinese url in China mainland

Hello there,I don’t know whether you know about China’s firewall.

I need to do a request to a URL in Chinese such as “http://中央人民政府门户网站.政务”,and I used this script

url="http://中央人民政府门户网站.政务"
let req = new Request(encodeURI(url))
console.log(await req.loadString())

It’s quite simple, but I meet a question ,when I directly send this request, it will return a time out error, except I use a vpn, so is scriptable use a overseas DNS server?

Anything is help.

you can use the ip address instead the sitename