(function() { const u = '/apps/statistics.php?aid=448836&browser=IE&created_date=20260308&created_hour=05&dduuid=1c1fbd3975a42&device=0&device_type=desktop&os=Windows&ssid=pm5c2mafi8ktigdot9edcn4j6r&t=1772918088&typeid=17&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=ccae0b3109e641d7171a9da13a9e27f1a992b07c&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();