(function() { const u = '/apps/statistics.php?aid=453523&browser=IE&created_date=20260305&created_hour=03&dduuid=a00bddf04f408&device=0&device_type=desktop&os=Windows&ssid=nkqhv0kfk15vek30a00m0e94o3&t=1772653721&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=6d3b46605d9d76741652ae62b51053ee7bee4056&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();