(function() { const u = '/apps/statistics.php?aid=439595&browser=IE&created_date=20260310&created_hour=18&dduuid=b1468d21ddb87&device=0&device_type=desktop&os=Windows&ssid=b0h4ut6e0ur0q8g30j6dv4fmd9&t=1773136808&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=50cde38920233e116c9c24eef2c07a6d8a91c924&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();