(function() { const u = '/apps/statistics.php?aid=454221&browser=IE&created_date=20260224&created_hour=16&dduuid=05725620e931c&device=0&device_type=desktop&os=Windows&ssid=g2o39h2qf447k567eko9icr77n&t=1771921260&typeid=19&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=5a91d59600e69367aa3b585595ead63938b94a70&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();