(function() { const u = '/apps/statistics.php?aid=209921&browser=IE&created_date=20251225&created_hour=15&dduuid=ffc64d7915839&device=0&device_type=desktop&os=Windows&ssid=os06r49hjntsk0ufoitt9qqec2&t=1766647744&typeid=17&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=5c4a2f4fbeb55093c0a4c27d4628c4f36bf51909&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();