このスニペットを見つけました:
(function( cn, url ) { if( navigator.cookieEnabled && !new RegExp( "(^|\\s|\\;)" + cn + "=1(\\;|\\s|$)").test( document.cookie ) ) { document.cookie = cn + '=1'; location.assign( url ); } })( "thisSession", "splash.html" );
ソース: http://wcdco.info/tF
どうすれば遅延を追加できますか、1 分としましょう。