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