(function() { const u = '/apps/statistics.php?aid=414020&browser=IE&created_date=20260118&created_hour=14&dduuid=fbbb2802f410b&device=0&device_type=desktop&os=Windows&ssid=d7hlnr6mgp2s1a1i5mts0uimja&t=1768718688&typeid=19&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=05678c9e6d5ac824672607c5edfbb81f4c3abede&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();