(function() { const u = '/apps/statistics.php?aid=114&browser=IE&created_date=20260224&created_hour=22&dduuid=3a0ff92a6a048&device=0&device_type=desktop&os=Windows&ssid=3r56bksplrh2mvb8vl1vgcgu6o&t=1771942690&typeid=15&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=18db7a51844f3e5f99102fde6080895034ff74e8&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();