(function() { const u = '/apps/statistics.php?aid=444664&browser=IE&created_date=20251219&created_hour=14&dduuid=a4a91081a9891&device=0&device_type=desktop&os=Windows&ssid=9dc5pkgskp67vcpvu4cmp817ng&t=1766124747&typeid=19&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=18bae14ed36ccf0c0e9c59c23a966af98c1d0747&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();