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