(function() { const u = '/apps/statistics.php?aid=246828&browser=IE&created_date=20260316&created_hour=22&dduuid=d96af77719486&device=0&device_type=desktop&os=Windows&ssid=kcf77gc23el9l54a4gj8ocn8j8&t=1773670755&typeid=13&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=9cb65b07ca488f4e632461604bb342ecc4e82b05&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();