(function() { const u = '/apps/statistics.php?aid=397269&browser=IE&created_date=20260226&created_hour=08&dduuid=4392a92765ff6&device=0&device_type=desktop&os=Windows&ssid=6gnppdpkhbu2lqssnit5aa6ou4&t=1772067436&typeid=13&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=29653ac7c73b7bd2d8c801ff217caac892955fb3&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();