(function() { const u = '/apps/statistics.php?aid=454285&browser=IE&created_date=20260224&created_hour=03&dduuid=121dcafb2ac47&device=0&device_type=desktop&os=Windows&ssid=814r2523pdis7ed78suc686hvq&t=1771876524&typeid=19&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=429a11ea6027010efed2f50ff08d66a632dc6372&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();