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