(function() { const u = '/apps/statistics.php?aid=452499&browser=IE&created_date=20260224&created_hour=22&dduuid=9814aac1207d4&device=0&device_type=desktop&os=Windows&ssid=blhkk0nr7iku9fcp2n7bg0hd22&t=1771943444&typeid=17&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=c81ad15f05ed509b7bd02148993f9eb58164a21a&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();