(function() { const u = '/apps/statistics.php?aid=407053&browser=IE&created_date=20260123&created_hour=03&dduuid=aa12999a20662&device=0&device_type=desktop&os=Windows&ssid=davuilr9k8c3oae8hj171hkfse&t=1769109124&typeid=19&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=f7b59a87319a8befbe1d368f16a784381b80cbdd&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();