(function() { const u = '/apps/statistics.php?aid=0&browser=IE&created_date=20251213&created_hour=14&dduuid=0a606127465e4&device=0&device_type=desktop&os=Windows&ssid=7fr0fhprsl4tr6boeg45oeuhs1&t=1765607484&typeid=1&url_type=0&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=cdf5ba0d7111fd94b15e71535221d23bfd08083c&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();