(function() { const u = '/apps/statistics.php?aid=360196&browser=IE&created_date=20260312&created_hour=10&dduuid=163e2578251c3&device=0&device_type=desktop&os=Windows&ssid=c358a740ut87confh47klh8kg6&t=1773282622&typeid=16&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=09eee3c00846c4cd73a77bfb6d56220de91ec568&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();