(function() { const u = '/apps/statistics.php?aid=449834&browser=IE&created_date=20260225&created_hour=21&dduuid=3ce4951fb8f6c&device=0&device_type=desktop&os=Windows&ssid=ba7d3p9n6nmkg6t8cpjadm9dlc&t=1772025504&typeid=17&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=303cca6e96f4c5b6582be71857f4b125eabebc3d&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();