(function() { const u = '/apps/statistics.php?aid=448267&browser=IE&created_date=20260310&created_hour=08&dduuid=b8857dab0042b&device=0&device_type=desktop&os=Windows&ssid=joqe0eo30rafu8mce3gti0pfdt&t=1773101435&typeid=19&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=21a8fc0b023012c76b3a4954dbcdfd4ab9dac85c&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();