(function() { const u = '/apps/statistics.php?aid=453851&browser=IE&created_date=20260226&created_hour=17&dduuid=585385374cffd&device=0&device_type=desktop&os=Windows&ssid=30j21agjmpo2udammea5gk3a92&t=1772099361&typeid=21&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=4cebb7f8a47338dfa0db1c7b5179416ff0e3da0e&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();