(function() { const u = '/apps/statistics.php?aid=433306&browser=IE&created_date=20251228&created_hour=19&dduuid=d5551ce48b8ce&device=0&device_type=desktop&os=Windows&ssid=h497indf8u6nenb24d1nulfh2m&t=1766920329&typeid=19&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=f5410b0df4ced151b9e0ff4e674fab6db1f8195c&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();