(function() { const u = '/apps/statistics.php?aid=12168&browser=IE&created_date=20260122&created_hour=04&dduuid=a2f32fd96b65a&device=0&device_type=desktop&os=Windows&ssid=nmvkactrlpac0e956ka1njganl&t=1769028666&typeid=17&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=c38d11bd4c7a6eb3dee4756b96c0256e728afe91&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();