(function() { const u = '/apps/statistics.php?aid=455676&browser=IE&created_date=20260304&created_hour=11&dduuid=f3d27ed5d9e96&device=0&device_type=desktop&os=Windows&ssid=ldaul9q7k37ict8kijb54rdt8p&t=1772594626&typeid=17&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=844f1040c7552faef41457e6ad8e0e671d8e9d28&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();