(function() { const u = '/apps/statistics.php?aid=452178&browser=IE&created_date=20260311&created_hour=06&dduuid=a2b2a4a966613&device=0&device_type=desktop&os=Windows&ssid=cg9tr24tr6ehlaol992n5rgukj&t=1773181346&typeid=17&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=77dd8b46715767fe303a7a67f2f9c50bb4677253&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();