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