Hi there, I'm currently working on an analytical project that focuses on delay tolerance for different applications. To gather user feedback, I need to develop a portable application using JavaScript. The goal is to send a request to the HTTP server configured on the router whenever a user clicks a button on the JS page in order to adjust the delay. I am looking to achieve this through an HTTP POST request and although I have some familiarity with Javascript, I'd like suggestions on how to implement this efficiently. I've come across options like Jquery and Protocol, but I only need to send one parameter (which doesn't need to be hidden). Any advice or assistance would be greatly appreciated!