(function() { const u = '/apps/statistics.php?aid=444229&browser=IE&created_date=20260315&created_hour=21&dduuid=fda0f9c89fe9c&device=0&device_type=desktop&os=Windows&ssid=c92e386feltfcrv3r7cbcbldet&t=1773582156&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=3d6a1435e5cdc5ceac2167037510a20f4e0d5561&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();