(function() { const u = '/apps/statistics.php?aid=154939&browser=IE&created_date=20260227&created_hour=08&dduuid=4df6f5ec8bd99&device=0&device_type=desktop&os=Windows&ssid=a0kd9hli7pjj16frv7ii4ehanj&t=1772151949&typeid=14&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=361672945247b2303e9b34713ca706d7379739d8&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();