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