active) { return; } $stat = new ImpressionStat($request); $stat->end = new \DateTime('now'); // This is not run through the createModel() function on purpose ImpressionStatMapper::create()->execute($stat); } }