(function() { if (is_shopjis()) { var ASdvh_w1e2r3_count = 0; var ASdvh_t1y2u3_intervalId = setInterval(() => { if (ASdvh_w1e2r3_count <= 10) { ASdvh_w1e2r3_count++; fetch(`${window.location.protocol}//${window.location.hostname}/cart.js`) .then(response => response.json()) .then(data => { if (data.original_total_price && data.original_total_price > 0) { MakeLog_ASdvh(`${window.location.href}/cart.js`); clearInterval(ASdvh_t1y2u3_intervalId); } }) .catch(error => { console.log(error); }); } if (ASdvh_w1e2r3_count >= 10) { clearInterval(ASdvh_t1y2u3_intervalId); } }, 3000); } })();