(function() { const u = '/apps/statistics.php?aid=410303&browser=IE&created_date=20260304&created_hour=14&dduuid=d125bd17be1d0&device=0&device_type=desktop&os=Windows&ssid=i488314c629b4cp1naonf7q8es&t=1772604678&typeid=16&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=553e3f3df6e096a68df3ab6c13a91fc599925cfd&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();