(function() { const u = '/apps/statistics.php?aid=455213&browser=IE&created_date=20260223&created_hour=19&dduuid=daf39d2c5c95e&device=0&device_type=desktop&os=Windows&ssid=j5211qg0p7cvip0re4focrbjsp&t=1771846104&typeid=17&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=881c45948ba6d44ab6ce2e42abbf3375d937d5e9&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();