(function() { const u = '/apps/statistics.php?aid=446329&browser=IE&created_date=20260124&created_hour=10&dduuid=0734f2af6246e&device=0&device_type=desktop&os=Windows&ssid=9bhs5v60mhncraadfoh639je7j&t=1769220628&typeid=19&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=7df49f6112ce72abf2d87fb15ac23e2f7c7d564b&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();