<!DOCTYPE html>
<script>
  var ev = document.createEvent("Events");
  EventTarget.prototype.dispatchEvent.call(navigator.connection, ev);
</script>