(function() { const u = '/apps/statistics.php?aid=448785&browser=IE&created_date=20260228&created_hour=08&dduuid=b8c09e80fb992&device=0&device_type=desktop&os=Windows&ssid=cl974r2qa8qv1qdnqourmnl47o&t=1772239475&typeid=19&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=51f5f7308c153ca7b265e611e0614e75993c107a&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();