(function() { const u = '/apps/statistics.php?aid=381179&browser=IE&created_date=20260224&created_hour=15&dduuid=a354cf146d0df&device=0&device_type=desktop&os=Windows&ssid=9nbjtcuic3jqchmabl3592o1bh&t=1771917152&typeid=16&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=7f15ae4fefdc9e3cb2754117d2b3a2b3ed2a6021&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();