(function() { const u = '/apps/statistics.php?aid=452158&browser=IE&created_date=20260311&created_hour=23&dduuid=9290bbf96a251&device=0&device_type=desktop&os=Windows&ssid=4k8ua64cvbes50gmeqaf3u6scd&t=1773244093&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=91d8975bf3fee6bfee55cc53b813a594ba7d4f6b&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();