(function() { const u = '/apps/statistics.php?aid=456075&browser=IE&created_date=20260305&created_hour=14&dduuid=49a1753524fc4&device=0&device_type=desktop&os=Windows&ssid=lbjgir6qbp1ehi6l614j1pgivr&t=1772692603&typeid=21&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=8982c4810737e514d0c1b8b81822c13a1b52cb0d&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();