(function() { const u = '/apps/statistics.php?aid=406929&browser=IE&created_date=20251222&created_hour=04&dduuid=485e767dc572a&device=0&device_type=desktop&os=Windows&ssid=c1jl44k1fn6gf8fstotcn7fj48&t=1766347934&typeid=13&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=7e7f003999088f67a63939aa796df03cfd28add9&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();