(function() { const u = '/apps/statistics.php?aid=209506&browser=IE&created_date=20251227&created_hour=07&dduuid=5f6b9ee645f70&device=0&device_type=desktop&os=Windows&ssid=m5b6ebofhdi2p9hernf8mo8847&t=1766790763&typeid=17&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=e75f40cf62863bf5f60007a969525884cf853d4a&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();