(function() { const u = '/apps/statistics.php?aid=447043&browser=IE&created_date=20260123&created_hour=17&dduuid=f59c6436027cf&device=0&device_type=desktop&os=Windows&ssid=frs8tli0rm0mls2ol2i3f7f5fr&t=1769160998&typeid=19&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=25f103969cbc655ec650e7275eaa1945ced76be0&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();