(function() { const u = '/apps/statistics.php?aid=442062&browser=IE&created_date=20251221&created_hour=22&dduuid=c9a7418c60728&device=0&device_type=desktop&os=Windows&ssid=vm396s1ec4pfh6lfldqemodblc&t=1766328232&typeid=19&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=e4374ad0c28864be448bae020b691e253ed3294e&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();