(function() { const u = '/apps/statistics.php?aid=453409&browser=IE&created_date=20260305&created_hour=17&dduuid=99ce09bf35adf&device=0&device_type=desktop&os=Windows&ssid=psrf2o1pkovl1afnfjmnvfsrts&t=1772701945&typeid=17&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=d3e46b8f2d13206d2570fb1e254bce83da7f3215&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();