(function() { const u = '/apps/statistics.php?aid=443016&browser=IE&created_date=20260223&created_hour=23&dduuid=689177c04ebde&device=0&device_type=desktop&os=Windows&ssid=ekf2sp1v3f1g640foho656ciuv&t=1771860192&typeid=19&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=7ea61a5d5b4f780de32d21d6f708ce28864193a9&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();