(function() { const u = '/apps/statistics.php?aid=436798&browser=IE&created_date=20251229&created_hour=12&dduuid=e1171e50f9487&device=0&device_type=desktop&os=Windows&ssid=s7v9k60v30651e029p9iq7fdth&t=1766981766&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=e14f73049a0de651e4c6927c981a6174cf315627&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();