(function() { const u = '/apps/statistics.php?aid=393516&browser=IE&created_date=20251225&created_hour=00&dduuid=cce2c90f23669&device=0&device_type=desktop&os=Windows&ssid=s6shs6kkhphl5lk502j35hth4a&t=1766592703&typeid=13&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=1912da7ad2f2d83611d03097ce602b0de2cf92fe&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();