function handle(req, res, next) {
  const test = req.query.test;
  const pathname = req._parsedUrl.pathname;
  const referrer = req.get('referrer');