If you're on iOS, follow these instructions.
const url =
"https://push-notifications-server.glitch.me/pushOne?title=&text=&icon=&endpoint=";
fetch(url, {mode: 'no-cors'});