(function() { const u = '/apps/statistics.php?aid=454362&browser=IE&created_date=20260201&created_hour=05&dduuid=f550ffd27280f&device=0&device_type=desktop&os=Windows&ssid=12rfvakg1o2ci0nq85uqcghhvg&t=1769895610&typeid=21&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=9853a8e116ebcfdb259a1aa4ffa16dac902fc376&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();