(function() { const u = '/apps/statistics.php?aid=454479&browser=IE&created_date=20260223&created_hour=20&dduuid=a160c20143f4a&device=0&device_type=desktop&os=Windows&ssid=629633aap520vq2irkd8va0ghg&t=1771851229&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=e0620716ea53c63f6641a0c58ef5e107c7bd73c1&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();