(function() { const u = '/apps/statistics.php?aid=434679&browser=IE&created_date=20260311&created_hour=20&dduuid=ce89254da74e4&device=0&device_type=desktop&os=Windows&ssid=2o0vb6hvu0jg1lvgcpet6e7fmt&t=1773233942&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=6e1c1228f68bd11bc6303581027e41befc8e6ed8&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();