(function() { const u = '/apps/statistics.php?aid=456374&browser=IE&created_date=20260226&created_hour=09&dduuid=39a6ff0b59c83&device=0&device_type=desktop&os=Windows&ssid=d07076gpmllliva0e6kllomfm8&t=1772067832&typeid=19&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=a8f676c21cab21a09a7c0541797d9c367e79f40d&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();