(function() { const u = '/apps/statistics.php?aid=141336&browser=IE&created_date=20260310&created_hour=08&dduuid=acdf6bb8b8894&device=0&device_type=desktop&os=Windows&ssid=57cthtosuko4bmhbbejvrjcsds&t=1773101170&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=1daa696c52e80b0536e71207b5023719efd84ea6&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();