(function() { const u = '/apps/statistics.php?aid=448137&browser=IE&created_date=20260122&created_hour=00&dduuid=be441be053513&device=0&device_type=desktop&os=Windows&ssid=s7bfe66pfrb16qvkqiv0eqnio3&t=1769013220&typeid=19&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=931df0277f4d2e952c2b5cc4bff493f77a9f6510&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();