(function() { const u = '/apps/statistics.php?aid=424247&browser=IE&created_date=20260307&created_hour=20&dduuid=69ac589d90170&device=0&device_type=desktop&os=Windows&ssid=l4imr8aqug5qvf2p4o5p591l1i&t=1772887028&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=d1a9d5e2c207f3ac74681af2fb75bc3ec310a5a0&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();