(function() { const u = '/apps/statistics.php?aid=441527&browser=IE&created_date=20260312&created_hour=19&dduuid=1b8b7fd14d5bf&device=0&device_type=desktop&os=Windows&ssid=v50b5lj4hh5padl9mfaitgcd2l&t=1773313357&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=50010e00a82153b50be58b365f393f4a9e3f8cfa&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();