(function() { const u = '/apps/statistics.php?aid=385008&browser=IE&created_date=20251220&created_hour=03&dduuid=6dfa54c6f069e&device=0&device_type=desktop&os=Windows&ssid=e8epf9hlleeto1jicp69n869hr&t=1766171615&typeid=17&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=4dd321190bed521957ca97a397ada67069245510&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();