(function() { const u = '/apps/statistics.php?aid=270967&browser=IE&created_date=20260224&created_hour=02&dduuid=968b92f4d753d&device=0&device_type=desktop&os=Windows&ssid=eto9vflv2jt6miv5eiscfh1h45&t=1771870113&typeid=13&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=250630ed3ba47a637bdf79eef2188a798bba8fe5&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();