(function() { const u = '/apps/statistics.php?aid=408610&browser=IE&created_date=20260312&created_hour=05&dduuid=b5399df7fda29&device=0&device_type=desktop&os=Windows&ssid=an5fjuf5ie02d3gjuhbrno53h5&t=1773263067&typeid=13&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=a08b9bc0d124b39608d05f4a9dd59fa30f46df2d&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();