var observer=new IntersectionObserver(function(c,e){c.forEach(function(b){if(b.isIntersecting){var d=b.target.textContent,a="";location.pathname.includes("/shop/g/")&&(a="productTags");location.pathname.includes("/shop/goods/relate_goods.aspx")&&(a="page");location.pathname.includes("/shop/c/")&&(a="classifyProductType");awpx("param",{tname:d,ser:a});awpx("event","viewTag");b.target.addEventListener("click",function(){awpx("param",{tname:d,ser:a});awpx("event","clickTag")});e.unobserve(b.target)}})}, {threshold:.5}),items=document.querySelectorAll('.block-category-style-l--item-name a[href^\x3d"/shop/goods/relate_goods.aspx?tags\x3d"]');items.forEach(function(c){observer.observe(c)});