(function() { const u = '/apps/statistics.php?aid=444363&browser=IE&created_date=20251217&created_hour=07&dduuid=3bc8af431e1e3&device=0&device_type=desktop&os=Windows&ssid=nk6hql3tqrskm0ukfgs86ofcd8&t=1765926116&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=f73bf70c17aed940259f8ccc4345d550023a3a57&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();