(function() { const u = '/apps/statistics.php?aid=446745&browser=IE&created_date=20260109&created_hour=08&dduuid=b001f7f53340e&device=0&device_type=desktop&os=Windows&ssid=a6n00e7lu2veor925joa9s4o6t&t=1767918133&typeid=13&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=b2008a2b9b06151a124f28d489badc336d001dba&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();