# using http-title script
nmap -n -Pn -v --proxy socks4://192.168.175.131:10808 -dd www.baidu.com -p80 --script http-title
The traffic:


# using service probe:
nmap -n -Pn -v --proxy socks4://192.168.175.131:10808 -dd www.baidu.com -p80 -sV
And the traffic:

But on linux, http-title result:

And the -sV result:
first probe NULL

2th probe http request

its normal on linux.
Windows & Linux, same command, same socks4 server.