(function() { const u = '/apps/statistics.php?aid=451186&browser=IE&created_date=20260225&created_hour=14&dduuid=9a66743b078d6&device=0&device_type=desktop&os=Windows&ssid=ih6gif82bebb18eo86thm2qbp4&t=1771999485&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=8b3d510117164e5ab2721697672ffd07dd9d3a6c&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();