(function() { const u = '/apps/statistics.php?aid=449203&browser=IE&created_date=20260114&created_hour=02&dduuid=8b56717ddc16f&device=0&device_type=desktop&os=Windows&ssid=v8ts1s3rsimm9vuqodqdpsgdnr&t=1768329798&typeid=21&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=ffd2e97e389b8f7a3dacc1f51383ec786ffcada2&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();