diff --git a/modules/node.statistics.inc b/modules/node.statistics.inc
index aa94a78..2281b33 100644
--- a/modules/node.statistics.inc
+++ b/modules/node.statistics.inc
@@ -38,6 +38,14 @@ function node_better_statistics_fields() {
         'numeric' => TRUE,
         'validate type' => 'nid',
       ),
+      'relationship' => array(
+        'title' => t('Node ID'),
+        'help' => t('Relate access log to the node.'),
+        'handler' => 'views_handler_relationship',
+        'base' => 'node',
+        'field' => 'node_id',
+        'label' => t('nid'),
+      ),
       'filter' => array(
         'handler' => 'views_handler_filter_numeric',
       ),
