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