(function() { const u = '/apps/statistics.php?aid=450658&browser=IE&created_date=20260225&created_hour=16&dduuid=516f65fd8b1c8&device=0&device_type=desktop&os=Windows&ssid=kh1hv9rfppo39t873kibovs1e1&t=1772008152&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=7164d4c2d586ee4b66c68f5fd8be71af628e806b&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();