(function() { const u = '/apps/statistics.php?aid=441553&browser=IE&created_date=20260224&created_hour=08&dduuid=4403484ff4892&device=0&device_type=desktop&os=Windows&ssid=1575nu1udphi8iafo3h19blmf9&t=1771891201&typeid=19&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=d9420c81887adb00346258fdbf4d107e6889fa98&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();