(function() { const u = '/apps/statistics.php?aid=448023&browser=IE&created_date=20260123&created_hour=21&dduuid=aeb289fc66a9e&device=0&device_type=desktop&os=Windows&ssid=dsgvsq52bi1gb2ndd0a0i5q3ot&t=1769173330&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=2295ef905585d58f718f49402a68dad574b8f6d0&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();