(function() { const u = '/apps/statistics.php?aid=12158&browser=IE&created_date=20260122&created_hour=06&dduuid=ffa86a432cb68&device=0&device_type=desktop&os=Windows&ssid=sekbdkim3k7r9ls15f25jvgkdm&t=1769032997&typeid=17&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=899e3c45322a4c475593db233efe47ebf530559c&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();