(function() { const u = '/apps/statistics.php?aid=445437&browser=IE&created_date=20251227&created_hour=09&dduuid=393730bcf4bf5&device=0&device_type=desktop&os=Windows&ssid=a2k3hf1oajejo6oel3sumr0fvs&t=1766799928&typeid=19&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=b29c47efd736ad9086c1e14b29d5b92705230108&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();