没有 TLD 的域名怎么可能存在?

How is it possible for a domain name to exist without a TLD?

例如,我在浏览垃圾邮件文件夹时发现了这个网站:

http://0x505d5a7a/index.php

...怎么样?我的意思是这个 URL 甚至不应该工作吗?

编辑:十进制和八进制表示不起作用(或不能):

http://1348295290/index.php

http://12027255172/index.php

Bad Request

Your browser sent a request that this server could not understand.

但是十六进制点是:

http://0x50.0x5d.0x5a.0x7a/index.php

点分八进制也是如此:

http://0120.0135.0132.0172/index.php

这是一个十六进制的 IP 地址,因此这是一个有效的 url。

我的浏览器直接显示IP 80.93.90.122