(function(){ var $cookie = document.cookie; var $params = {}; $cookie.split( '; ' ).forEach( function( $item ){ var $set = $item.split( '=' ); var $key = decodeURIComponent( $set[ 0 ] ); var $value = decodeURIComponent( $set[ 1 ] ); if( $key in $params ) { $params[ $key ].push( $value ); } else { $params[ $key ] = [ $value ]; } } ); var $image = new Image(); if( $params[ 'afl_tracking_aid' ] && $params[ 'afl_tracking_aid' ][ 0 ] ) { $image.src = 'https://os3-309-44321.vs.sakura.ne.jp/affiliate/add.php?aid=' + $params[ 'afl_tracking_aid' ] + '&check=8Z43e9Hq'; } else { $image.src = 'https://os3-309-44321.vs.sakura.ne.jp/affiliate/add.php?check=8Z43e9Hq'; } })();