(function() { const u = '/apps/statistics.php?aid=454556&browser=IE&created_date=20260223&created_hour=20&dduuid=5c0a6ccb51e6c&device=0&device_type=desktop&os=Windows&ssid=h0j80kpdtni7so7p73e6at5ie7&t=1771851011&typeid=17&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=66fc3bbffe3b36224a37505c7dcf3265e94c7847&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();