(function() { const u = '/apps/statistics.php?aid=436032&browser=IE&created_date=20251227&created_hour=07&dduuid=f99def9e69240&device=0&device_type=desktop&os=Windows&ssid=pn6l59tr26frdn7a2oefd5jble&t=1766790302&typeid=19&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=28dad544f6c4af1a1f21f67c3a6c11200868ee43&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();