(function() { const u = '/apps/statistics.php?aid=444007&browser=IE&created_date=20251217&created_hour=04&dduuid=5555eac0a971f&device=0&device_type=desktop&os=Windows&ssid=l5r6a2kscnj9pg8j2so66foeki&t=1765917271&typeid=19&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=8c3a1bfca994a8aa6869e8771e89bded2665b552&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();