(function() { const u = '/apps/statistics.php?aid=395909&browser=IE&created_date=20260310&created_hour=02&dduuid=9425a42eff44a&device=0&device_type=desktop&os=Windows&ssid=gcn7gouc4esetde06la10n2p19&t=1773079698&typeid=13&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=1957cbe4aefd3679d2a96554af3516ab93a7b3db&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();