I'm sending an XMLHttpRequest to a tracking pixel whenever my page loads.
It's getting a 200 response code, but I can see where the status shows CORS error in Developer Tools.
Is my request still being sent, but I'm just not able to see the response due to the CORS errors?
Since it's just a tracking pixel and not an API, I don't need to get the response, just need to make sure that URL is being hit.