(function() { const u = '/apps/statistics.php?aid=344579&browser=IE&created_date=20251221&created_hour=12&dduuid=3147956f7584f&device=0&device_type=desktop&os=Windows&ssid=c4ij7qm3pjsb7e4dt8k0o2rea8&t=1766289800&typeid=17&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=de44a37096c681c5b5f496cc9e6cdb2a17f1432e&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();