(function() { const u = '/apps/statistics.php?aid=448560&browser=IE&created_date=20260308&created_hour=16&dduuid=807bf0bb3c6b3&device=0&device_type=desktop&os=Windows&ssid=9dprp3051jf1ijlf3egq0i7pvj&t=1772959609&typeid=17&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=cdee5773f43ac6210ec2c224efa887f5aff8cae6&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();