(function() { const u = '/apps/statistics.php?aid=403793&browser=IE&created_date=20260125&created_hour=15&dduuid=ed7025866e38d&device=0&device_type=desktop&os=Windows&ssid=uf3eqtrmqbkhnq92h7kh3054rl&t=1769327269&typeid=19&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=a05245f289430a6456a68097b6dfb1da9db90a27&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();