(function() { const u = '/apps/statistics.php?aid=444920&browser=IE&created_date=20251220&created_hour=20&dduuid=c2826af73c4d9&device=0&device_type=desktop&os=Windows&ssid=ouhvgsbtg7018bjecrclv2ommg&t=1766233901&typeid=19&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=84f6c3f628be87c1a9e143cc1519241595da5491&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();