(function() { const u = '/apps/statistics.php?aid=434378&browser=IE&created_date=20260102&created_hour=03&dduuid=628797803b2ba&device=0&device_type=desktop&os=Windows&ssid=a14fcoorml38orgfkddeoffkuh&t=1767295152&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=9375d0fca935cbf5e5230b90a9b2edcebef81498&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();