(function() { const u = '/apps/statistics.php?aid=439&browser=IE&created_date=20260307&created_hour=19&dduuid=0591eff1316d7&device=0&device_type=desktop&os=Windows&ssid=7pdhocp858rdd9h4nasaihjjoi&t=1772882750&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=119d7840e45adfda5887e9ac1aa2c25a630a8090&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();