(function() { const u = '/apps/statistics.php?aid=417295&browser=IE&created_date=20260117&created_hour=01&dduuid=93825ed5be2b7&device=0&device_type=desktop&os=Windows&ssid=kbbeedg9jdnnglpmmt0s81cv8h&t=1768586243&typeid=19&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=62f3fcf1edbb775032df50d86d6c559974a4e337&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();