(function() { const u = '/apps/statistics.php?aid=448138&browser=IE&created_date=20260121&created_hour=21&dduuid=2a8a342ab51bc&device=0&device_type=desktop&os=Windows&ssid=rl4nq0e8nefqre49tp9pqc5poq&t=1769003289&typeid=19&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=93affef158d0af60f594aac322344c8ad848c865&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();