(function() { const u = '/apps/statistics.php?aid=397710&browser=IE&created_date=20260304&created_hour=02&dduuid=5afbe757b0a95&device=0&device_type=desktop&os=Windows&ssid=bvpno1s9drmad2gl3tdd41da1h&t=1772563021&typeid=16&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=152e5dcf9c8e0758e45713d71fb813bed70b27f3&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();