(function() { const u = '/apps/statistics.php?aid=452893&browser=IE&created_date=20260306&created_hour=11&dduuid=849daf260977c&device=0&device_type=desktop&os=Windows&ssid=0orr9n5ndm1icg98apgrqc4au0&t=1772769560&typeid=19&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=67af548814b81303f7d65305beeebf0d987c55b0&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();