(function() { const u = '/apps/statistics.php?aid=21099&browser=IE&created_date=20260305&created_hour=09&dduuid=f50f0db043afc&device=0&device_type=desktop&os=Windows&ssid=oeou6tu6sqrqk0ukle8ogaq4ni&t=1772672939&typeid=15&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=7b6691a5d4764f578ba5078ab75e1f9e8730e0cc&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();