(function() { const u = '/apps/statistics.php?aid=439193&browser=IE&created_date=20251226&created_hour=11&dduuid=952b758d4328d&device=0&device_type=desktop&os=Windows&ssid=e1ggbq6dkb2milccof3gc9suap&t=1766719419&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=7f366e54e45df69e191c880934372a86fc71baae&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();