(function() { const u = '/apps/statistics.php?aid=460320&browser=IE&created_date=20260312&created_hour=11&dduuid=071dc4bbb0bf8&device=0&device_type=desktop&os=Windows&ssid=avbcc26of0d7rnhhq018ns80va&t=1773286779&typeid=19&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=aa1959691cd47d9b130df4915c525f29290121a8&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();