(function() { const u = '/apps/statistics.php?aid=438783&browser=IE&created_date=20251224&created_hour=07&dduuid=a76d73bd07f75&device=0&device_type=desktop&os=Windows&ssid=ob4mieljfhbmad59dpnpacebu8&t=1766533508&typeid=19&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=05581f333d3d486f7e4ea66bf8b40c6202b9a23e&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();