(function() { const u = '/apps/statistics.php?aid=452837&browser=IE&created_date=20260312&created_hour=02&dduuid=cdb06e8738bac&device=0&device_type=desktop&os=Windows&ssid=s5m91g2m0ghsmdc1ekf0geqg6e&t=1773254725&typeid=17&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=1c92867118d58012c9922c0698c2cb0b4deeb065&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();