(function() { const u = '/apps/statistics.php?aid=430593&browser=IE&created_date=20260117&created_hour=11&dduuid=bc3289601d33c&device=0&device_type=desktop&os=Windows&ssid=6pi5paf972htc5kk9hdgnrq0r5&t=1768621973&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=4a4aa1b8ad81c1c7ee62cd93ced23c81639125af&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();