(function() { const u = '/apps/statistics.php?aid=441283&browser=IE&created_date=20251129&created_hour=17&dduuid=181acb50fd6bc&device=0&device_type=desktop&os=Windows&ssid=dmh3md8h4mhlou2mj2eqnh8mig&t=1764409806&typeid=21&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=1c2ada2f8cc31ecca69d6a07ddb4e4f7346aa3db&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();