(function() { const u = '/apps/statistics.php?aid=453046&browser=IE&created_date=20260225&created_hour=01&dduuid=801bc16e1b46c&device=0&device_type=desktop&os=Windows&ssid=3nihuqhh29iua3arai9nmk9m9o&t=1771952914&typeid=19&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=36e4826677746861e46884ef3e6bd62bc7c94410&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();