(function() { const u = '/apps/statistics.php?aid=429656&browser=IE&created_date=20260118&created_hour=20&dduuid=b07796b5e9eec&device=0&device_type=desktop&os=Windows&ssid=b7f86m8d915tdaudjnbji2dlhm&t=1768739898&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=6fcf40e34925a86c919129ae6d122ccc0c0c3b19&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();