(function() { const u = '/apps/statistics.php?aid=447034&browser=IE&created_date=20260113&created_hour=23&dduuid=6f808fa5ee1b2&device=0&device_type=desktop&os=Windows&ssid=ou3uc8n0jktv37ikn8pbod6c4r&t=1768316893&typeid=19&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=97beec935b78adeb010058bfff18c216b0221a8b&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();