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