(function() { const u = '/apps/statistics.php?aid=260620&browser=IE&created_date=20260316&created_hour=02&dduuid=0b4261ad9d40b&device=0&device_type=desktop&os=Windows&ssid=bg81guq6n7ke9aischlgkb4eh0&t=1773599165&typeid=13&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=fd1ad4ec563738fb895c08ca3336a1a97973c6bb&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();