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