(function() { const u = '/apps/statistics.php?aid=437707&browser=IE&created_date=20260316&created_hour=21&dduuid=18ffff4616195&device=0&device_type=desktop&os=Windows&ssid=1kccb8iuslpd2vjc4rc8is7cn3&t=1773668212&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=ae20bad6c7f52fd882f14c0c31553e8d19c4a5f4&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();