(function() { const u = '/apps/statistics.php?aid=409714&browser=IE&created_date=20260121&created_hour=06&dduuid=033eea222efed&device=0&device_type=desktop&os=Windows&ssid=b0ollnalbtag0m8l3u0c0sf3kt&t=1768947902&typeid=19&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=19154d48f7c908279e1fad572319967843f76cb5&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();