(function() { const u = '/apps/statistics.php?aid=441151&browser=IE&created_date=20251224&created_hour=03&dduuid=decbd4445854f&device=0&device_type=desktop&os=Windows&ssid=50k2lnf2lcl8rv74bqh668kfmv&t=1766517618&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=74e8680bf42ce835e8bb16d7a81aa76aa437975b&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();