(function() { const u = '/apps/statistics.php?aid=35964&browser=IE&created_date=20260304&created_hour=20&dduuid=75143e92195bc&device=0&device_type=desktop&os=Windows&ssid=m0kfe2gmojreavc3rggna8kuas&t=1772627812&typeid=14&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=a4aa4779525b1635d89fe44c4406cbb0fcf47393&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();