(function() { const u = '/apps/statistics.php?aid=387098&browser=IE&created_date=20251219&created_hour=22&dduuid=a0219a002b42c&device=0&device_type=desktop&os=Windows&ssid=cf7i5n2clsr2h7db3l60ogrquu&t=1766154247&typeid=17&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=e74ddca553e9bcceb60972af24e502d868006e79&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();