(function() { const u = '/apps/statistics.php?aid=396872&browser=IE&created_date=20260131&created_hour=02&dduuid=41a642ebf8ee7&device=0&device_type=desktop&os=Windows&ssid=hp66s03jrlg5p8q0ihg8k23vcn&t=1769798281&typeid=19&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=e3b6fb059eba622a160768365f1a98302c746b86&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();