(function() { const u = '/apps/statistics.php?aid=454757&browser=IE&created_date=20260307&created_hour=16&dduuid=0ce87829b044d&device=0&device_type=desktop&os=Windows&ssid=87fldrio4c33n4ih2maacerhe4&t=1772870662&typeid=21&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=53b458a34defd719bc2c83e9caebcf68bcc6d6aa&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();