(function() { const u = '/apps/statistics.php?aid=409767&browser=IE&created_date=20260121&created_hour=03&dduuid=a00770596c238&device=0&device_type=desktop&os=Windows&ssid=763kabbg1lsm1m6biulnh2g0ql&t=1768937711&typeid=19&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=2f4e956cd4eb90fe1b8b5c790175814383dc0740&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();