(function() { const u = '/apps/statistics.php?aid=443587&browser=IE&created_date=20251220&created_hour=16&dduuid=5937b03575107&device=0&device_type=desktop&os=Windows&ssid=5lo0nj1dk7n55ikpueb9cq608u&t=1766218339&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=66aae7e4c089c06c192e76191425684fbadd9af2&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();