(function() { const u = '/apps/statistics.php?aid=447899&browser=IE&created_date=20260310&created_hour=14&dduuid=c7cb5e546b24d&device=0&device_type=desktop&os=Windows&ssid=t1pcjao4er61tdj6pbjm0q71lm&t=1773123437&typeid=19&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=7a27e85723a0e345d8cc69accf47f621ee682923&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();