(function() { const u = '/apps/statistics.php?aid=454385&browser=IE&created_date=20260223&created_hour=23&dduuid=41ec3f03cf6c5&device=0&device_type=desktop&os=Windows&ssid=mqp9glsqpr9mibditpd3k3rbu3&t=1771861518&typeid=21&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=576573f9a9373b19ea113326d5a7c10e4eb7bd42&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();