To make a server request without changing a fragment, use the :none target.
:none
Targeting fragments
Clicking this link will make a request to /ping, but not update any element:
/ping
<a href="/ping" up-target=":none">Ping server</a>