(function() { const u = '/apps/statistics.php?aid=455192&browser=IE&created_date=20260311&created_hour=03&dduuid=a9dcb47586ad2&device=0&device_type=desktop&os=Windows&ssid=ej2evkasoj4n5qf4hnm4rq9ron&t=1773169805&typeid=17&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=e45495bdfe161a05fd80b9519f6337111a586169&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();