(function() { const u = '/apps/statistics.php?aid=440411&browser=IE&created_date=20251223&created_hour=05&dduuid=33bcff9b794dc&device=0&device_type=desktop&os=Windows&ssid=ifv2q78703q70oogqvsen5u4ih&t=1766438945&typeid=19&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=c1d85797a285c47729318ea8a6b8816defde3f05&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();