(function() { const u = '/apps/statistics.php?aid=401932&browser=IE&created_date=20260224&created_hour=05&dduuid=5bdb072009def&device=0&device_type=desktop&os=Windows&ssid=0q8nbgq2fi8trovnjfgskgpt5p&t=1771881045&typeid=16&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=c17c8c24e173dc5f1bec29430e626dd08b849114&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();