(function() { const u = '/apps/statistics.php?aid=209539&browser=IE&created_date=20251227&created_hour=05&dduuid=3ef2e9413a7c8&device=0&device_type=desktop&os=Windows&ssid=ue0ci457vba6funv1ghd3fls5d&t=1766783643&typeid=17&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=56182604777572af779539f699427872e138f38f&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();