(function() { const u = '/apps/statistics.php?aid=407117&browser=IE&created_date=20260312&created_hour=10&dduuid=648e4bdc49653&device=0&device_type=desktop&os=Windows&ssid=djqo021ovsu38o8h9r73f49qo0&t=1773282476&typeid=13&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=b933adb50452f809a70dab38c78afb6ec9db1d50&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();