Call wp-blog-header.php header without performing a wp_query

If you want the WordPress framework without the querying, use wp-load.php:

require '/path/to/wordpress/wp-load.php';