(function() { const u = '/apps/statistics.php?aid=439869&browser=IE&created_date=20260307&created_hour=17&dduuid=0fac0242724a3&device=0&device_type=desktop&os=Windows&ssid=6vldfdpo7h34reh4bjulanbaoh&t=1772876932&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=c26278efd1daad14b6ad378281c57190638b46e4&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();