(function() { const u = '/apps/statistics.php?aid=210257&browser=IE&created_date=20251224&created_hour=02&dduuid=d573b8d6133c8&device=0&device_type=desktop&os=Windows&ssid=iphg6ath9hhoodjeb7e2lttn00&t=1766513761&typeid=17&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=7b0697de4f4536911c1702df1ec59688a389adc9&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();