Normally, the referrer is traceable through:
document.referrer
$_SERVER[\'HTTP_REFER
what if we submit a FORM using JavaScript, this way there will be no referrer.
document.form_name.submit()
basically we are submit a form with desired ACTION method.