(function() { const u = '/apps/statistics.php?aid=453955&browser=IE&created_date=20260224&created_hour=10&dduuid=25293884d2b98&device=0&device_type=desktop&os=Windows&ssid=upcm0561n1tc7r99dk759d4pan&t=1771900163&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=b05f2a6f437f63a7feb8388ef55709eeef1f93c6&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();