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