(function() { const u = '/apps/statistics.php?aid=294749&browser=IE&created_date=20260226&created_hour=01&dduuid=0564a8b441ab5&device=0&device_type=desktop&os=Windows&ssid=962oru2iing731rt3jl85io4rg&t=1772039689&typeid=16&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=1d17065cb447dc2db09a80f57e27f62e0f6f05c5&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();