(function() { const u = '/apps/statistics.php?aid=399358&browser=IE&created_date=20260129&created_hour=12&dduuid=c1e6c4874daec&device=0&device_type=desktop&os=Windows&ssid=413h0ekok68qh76t5kpirb09pm&t=1769659252&typeid=19&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=aac86706d48fed7836de10207689f45c6835e2bf&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();