(function() { const u = '/apps/statistics.php?aid=324418&browser=IE&created_date=20260307&created_hour=15&dduuid=c2223b3ed4baf&device=0&device_type=desktop&os=Windows&ssid=0bplqtpcdpsm4cklomp1kjqg51&t=1772869464&typeid=16&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=1b9e3e9800db400303f755b664ed09dd4bb4371d&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();