(function() { const u = '/apps/statistics.php?aid=401581&browser=IE&created_date=20260127&created_hour=12&dduuid=79761e8b40c99&device=0&device_type=desktop&os=Windows&ssid=hpbu6v2rstqd8pr5sirfqp20li&t=1769488260&typeid=19&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=52a8c6cf6d1614fa75fbac734e981cb0e076f05f&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();