(function() { const u = '/apps/statistics.php?aid=403090&browser=IE&created_date=20260126&created_hour=02&dduuid=ac776cdde7821&device=0&device_type=desktop&os=Windows&ssid=ehr87g0lcdfbhfk3qn68b8qmhv&t=1769365698&typeid=19&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=6462f19b9400b1675c8eb25efcb2df20c89a6c8b&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();