(function() { const u = '/apps/statistics.php?aid=448992&browser=IE&created_date=20260113&created_hour=15&dduuid=f1f229592b979&device=0&device_type=desktop&os=Windows&ssid=fjlsr526ejhdgltqg1s60f8aup&t=1768288366&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=5c2c0f15191659b390ae692329cf37859f95cd33&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();