(function() { const u = '/apps/statistics.php?aid=324455&browser=IE&created_date=20260311&created_hour=12&dduuid=9ad394b9ee93b&device=0&device_type=desktop&os=Windows&ssid=ffgdnn33g0t81313mfvlnr7onl&t=1773204571&typeid=16&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=9e8b65e1414cb74875cc17f7e756ac204a38396d&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();