(function() { const u = '/apps/statistics.php?aid=397710&browser=IE&created_date=20260207&created_hour=00&dduuid=a4cff3022027f&device=0&device_type=desktop&os=Windows&ssid=19gjd9h4jiv5ev69akallt9nap&t=1770394690&typeid=16&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=f1902f6a9302fe01101001b2741a097d1c5b63b3&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();