(function() { const u = '/apps/statistics.php?aid=437024&browser=IE&created_date=20260224&created_hour=10&dduuid=220004fbf5c39&device=0&device_type=desktop&os=Windows&ssid=eu13deebgci4034h3p4ahqlk72&t=1771900096&typeid=13&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=702644babe52009f4f790655279fc0144c5a3466&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();