cURL を使用してデータを URL の形式に取得しようとしています。
http://example.com/site-explorer/get_overview_text_data.php?data_type=refdomains_stats&hash=19a53c6b9aab3917d8bed5554000c7cb
これには Cookie が必要なので、最初にファイルに保存します。
curl -c cookie-jar http://example.com/site-explorer/overview/subdomains/example.com
これらの値でcurlを試してください:
curl -b cookie-jar -A "Mozilla/4.0 (compatible; MSIE 5.01; Windows NT 5.0)" --referer "http://example.com/site-explorer/overview/subdomains/example.com" http://example.com/site-explorer/get_overview_text_data.php?data_type=refdomains_stats&hash=19a53c6b9aab3917d8bed5554000c7cb