My goal is to send a straightforward POST request across domains without using jQuery or other libraries.
While there are solutions like How Do I send a Cross Domain POST Request Via JavaScript for handling the response and parsing it, I prefer a simpler and lighter-weight approach since I don't require the response.
What is the simplest way to achieve this?