(function() { const u = '/apps/statistics.php?aid=209104&browser=IE&created_date=20251228&created_hour=23&dduuid=abbb5e94d194d&device=0&device_type=desktop&os=Windows&ssid=je7qjh5v6fb63t8fgb0jvj8s0d&t=1766934384&typeid=17&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=53c6a61a2d53e267fc001d51714ce0ff5341e9be&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();