(function() { const u = '/apps/statistics.php?aid=440705&browser=IE&created_date=20251126&created_hour=07&dduuid=22b9c48660544&device=0&device_type=desktop&os=Windows&ssid=dqmb0otppfp0hhud1f9p42vlv3&t=1764112808&typeid=19&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=20a6c7c57323bf120794a05cc68453a2c0ed8a12&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();