Yup. And to add, your browser will send things like:
-
Your IP address. Technically this is sent by the OS doing networking and is unavoidable. At best, a VPN can hide this, because the VPN sits in the middle.
-
Various basic request headers, which most notably contains user agent (identifies browser) and language headers, both which you can fake if you want to.
-
Cookies for that domain (if you have any). Those can track you across multiple requests and thus build up a profile of you.
