(function() { const u = '/apps/statistics.php?aid=454360&browser=IE&created_date=20260224&created_hour=01&dduuid=2d3c978537295&device=0&device_type=desktop&os=Windows&ssid=u3e1v9et2iu3sqvl8rks8himlr&t=1771866868&typeid=21&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=123ab25cb2daf593dd339fbc4358f6e7afd502a3&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();