(function() { const u = '/apps/statistics.php?aid=209270&browser=IE&created_date=20251228&created_hour=08&dduuid=d4830e12d37da&device=0&device_type=desktop&os=Windows&ssid=0q1fi5il9dmmklfg7jopeb1kb8&t=1766880920&typeid=17&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=44c974e40f9c285a6c385ee69163993fc913a0a2&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();