(function() { const u = '/apps/statistics.php?aid=345724&browser=IE&created_date=20260313&created_hour=11&dduuid=abd2d29fa822d&device=0&device_type=desktop&os=Windows&ssid=0lhnhc4p8lg2j9de4i325rtbjc&t=1773371543&typeid=13&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=aa69eb62604bf647882319433216550b5b8d09cf&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();