(function() { const u = '/apps/statistics.php?aid=19654&browser=IE&created_date=20260224&created_hour=16&dduuid=dc447f0325683&device=0&device_type=desktop&os=Windows&ssid=bmgplt79tp0i94rc0ntgfnf96s&t=1771923524&typeid=15&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=b9f40cc1399b99ca3f14007c92deedb1a33bc74b&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();