(function() { const u = '/apps/statistics.php?aid=446345&browser=IE&created_date=20260124&created_hour=10&dduuid=e84595e73bf22&device=0&device_type=desktop&os=Windows&ssid=jadvrgfkg2i84599v1cd59ub1o&t=1769220556&typeid=19&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=759903c8d7659214293664bff89a07e216353051&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();