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