(function() { const u = '/apps/statistics.php?aid=438093&browser=IE&created_date=20251129&created_hour=20&dduuid=6bd76504571d4&device=0&device_type=desktop&os=Windows&ssid=6ug15mnv0eli2h91bfn10ugcil&t=1764418478&typeid=21&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=caa91e5172d8726a446b48f8b5871e0e887fb293&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();