(function() { const u = '/apps/statistics.php?aid=444617&browser=IE&created_date=20251220&created_hour=16&dduuid=74fd28dbd7590&device=0&device_type=desktop&os=Windows&ssid=p6bti3pqde5biv3d300gjc4k9l&t=1766220042&typeid=19&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=618e9e2ee70170ea979034db9560b414fddd59d1&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();