(function() { const u = '/apps/statistics.php?aid=453725&browser=IE&created_date=20260310&created_hour=13&dduuid=b83e6b19dd2b4&device=0&device_type=desktop&os=Windows&ssid=0bh5bikaocip8pf04gech5u9av&t=1773120062&typeid=17&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=1f24e93dc49d18bcfadf805b9c480abbb368cad9&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();