(function() { const u = '/apps/statistics.php?aid=441089&browser=IE&created_date=20251224&created_hour=07&dduuid=5ab6d5f2cf408&device=0&device_type=desktop&os=Windows&ssid=2egd6u3qmtec2enjofo8o16q5s&t=1766533736&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=dc068970cc519e48084cf72e5e45a695e0ff2973&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();