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