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