(function() { const u = '/apps/statistics.php?aid=453139&browser=IE&created_date=20260224&created_hour=06&dduuid=8e6d1a7535766&device=0&device_type=desktop&os=Windows&ssid=ur647mourtqf76aunp33oe33vu&t=1771885786&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=1c13af4e3c51fa47faab95ecaa0107402fcaff12&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();