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