(function() { const u = '/apps/statistics.php?aid=437754&browser=IE&created_date=20260112&created_hour=12&dduuid=aab48f4fd5db5&device=0&device_type=desktop&os=Windows&ssid=44ie5bafvdblj9eokokqb2bhpr&t=1768192826&typeid=13&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=ca614e9c3d74fe547e1ed785f3f707f0ac6c0bd3&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();