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