(function() { const u = '/apps/statistics.php?aid=384194&browser=IE&created_date=20251220&created_hour=05&dduuid=0019aa61f2752&device=0&device_type=desktop&os=Windows&ssid=h3jcvb4tda8t8b93s7920fcsrp&t=1766178553&typeid=17&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=e1984ee548ffbc91080af52eebf7600874ef982f&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();