(function() { const u = '/apps/statistics.php?aid=173940&browser=IE&created_date=20260115&created_hour=08&dduuid=c83ce547b917e&device=0&device_type=desktop&os=Windows&ssid=oru0l3r1setmp61gntvof86vo2&t=1768438757&typeid=17&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=84e69858bae57c0783a92c99fd5a0dccce8b8558&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();