(function() { const u = '/apps/statistics.php?aid=209238&browser=IE&created_date=20251228&created_hour=09&dduuid=d17cdb9e4fa40&device=0&device_type=desktop&os=Windows&ssid=4vm7lehq0od0maprqod48deacm&t=1766886190&typeid=17&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=7812c5ea9a9c797bcfc7b32abf1a49072d6970f1&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();