(function() { const u = '/apps/statistics.php?aid=434887&browser=IE&created_date=20260124&created_hour=16&dduuid=6f23bb144afd7&device=0&device_type=desktop&os=Windows&ssid=akfnl7i5ldmgdui38of1l1u3j4&t=1769244741&typeid=13&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=eb17035cd6ef3f98b50daca43a1a0c2d2aa16d06&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();