(function() { const u = '/apps/statistics.php?aid=207273&browser=IE&created_date=20260114&created_hour=15&dduuid=aa971c474ebc6&device=0&device_type=desktop&os=Windows&ssid=7tomv4jina90c2dk4h251na8h3&t=1768377567&typeid=17&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=454cae742ad6c318087ffeca739585d2fa871a32&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();