(function() { const u = '/apps/statistics.php?aid=456116&browser=IE&created_date=20260308&created_hour=18&dduuid=7c133ac0aacc1&device=0&device_type=desktop&os=Windows&ssid=5pr25g8cuegnhoq8o5k5efhps4&t=1772964586&typeid=21&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=26e25b1fcee1ff2a8ebed5ca8c6f1771bfbe688f&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();