(function() { const u = '/apps/statistics.php?aid=207612&browser=IE&created_date=20260112&created_hour=12&dduuid=2d28c7a0d4902&device=0&device_type=desktop&os=Windows&ssid=sd37n56d7s3711aah36s8rldd4&t=1768193127&typeid=17&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=a0de6140db677b84fafd6620f6e31a64fcef5285&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();