Most likely the problem is DNS.
You can try flushing your DNS cache on WIndows by typing "ipconfig /flushdns" (without quotes) in command prompt (cmd).
If that does not work then it is very possible that your ISP is blocking the site through DNS. You can check if the ISP is blocking it by typing the following command in cmd: "nslookup hitomi.la" (also without quotes). If the response to this query is something like "refused" then they are blocking it on DNS level.
Then after that you can also try "ping 78.142.29.56" in cmd. This command will ping the IP address of the server. If there is response then that means its only blocked on DNS level.
The solutions to this (if its only blocked on DNS level) would be:
- To change your DNS in system settings of your operating system to something like 1.1.1.1 and 1.0.0.1 (very easy jsut google it).
- You can try encrypted DNS with dnscrypt-proxy (advanced, not recommended).
- Use Firefox with DoH (DNS over HTTPS) enabled. Also you can enable ESNI (optional).
If there is no response with ping query or response is timeout then the ISP is blocking the IP.
The solutions to this would be: