(function() { const u = '/apps/statistics.php?aid=439840&browser=IE&created_date=20251225&created_hour=12&dduuid=3429016ccbedd&device=0&device_type=desktop&os=Windows&ssid=id5p6utelksd2fht38knl2h3uo&t=1766637595&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=472d62afc283267d8072cac0f16db1544c7de273&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();