(function() { const u = '/apps/statistics.php?aid=340244&browser=IE&created_date=20260227&created_hour=07&dduuid=4c9ab201c0498&device=0&device_type=desktop&os=Windows&ssid=a4cr7jbjbj8pjrh2tiof4ocam4&t=1772149902&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=74614042d70665341efcf1a01916828412905362&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();