(function() { const u = '/apps/statistics.php?aid=431328&browser=IE&created_date=20260116&created_hour=05&dduuid=02e0eff45a265&device=0&device_type=desktop&os=Windows&ssid=367ptdr8tipkv7slkq1nbntuhf&t=1768511500&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=e6c7d0247cd776f7411f41d2e584973cb719f625&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();