(function() { const u = '/apps/statistics.php?aid=397902&browser=IE&created_date=20260224&created_hour=16&dduuid=9c5c6c27c73cb&device=0&device_type=desktop&os=Windows&ssid=v5g7np6d0iue9e4dn0fcfoq2a1&t=1771923055&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=0c314bed6b062d695e08225e9c9c30ea80f521fe&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();