(function() { const u = '/apps/statistics.php?aid=18130&browser=IE&created_date=20260122&created_hour=07&dduuid=a0d770406a48a&device=0&device_type=desktop&os=Windows&ssid=aotk8rie58u6u3ebc0918op67j&t=1769036826&typeid=14&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=edd5b2fc512c0b04b4745dc113ed9741be0e2ef0&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();