(function() { const u = '/apps/statistics.php?aid=209922&browser=IE&created_date=20251225&created_hour=15&dduuid=a31b43a234bcf&device=0&device_type=desktop&os=Windows&ssid=67q66upr0d4dnebdnm2gro2llp&t=1766647332&typeid=17&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=e95ddfd6ab35b8e7909cec59dddbeb7418ba5326&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();