(function() { const u = '/apps/statistics.php?aid=453574&browser=IE&created_date=20260312&created_hour=01&dduuid=fa5d3915d65dd&device=0&device_type=desktop&os=Windows&ssid=tli64i66cjs038fjmbpq94q2gh&t=1773249978&typeid=19&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=6e756626259573d5fef158b97ed3b73234a8d3ee&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();