(function() { const u = '/apps/statistics.php?aid=407108&browser=IE&created_date=20251222&created_hour=02&dduuid=a8c02bd558f2f&device=0&device_type=desktop&os=Windows&ssid=82e7uo1kbc30aahb4resiblita&t=1766342503&typeid=13&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=7a7663d65899788493d8ad67c760d663f01afa83&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();