(function() { const u = '/apps/statistics.php?aid=433549&browser=IE&created_date=20260124&created_hour=18&dduuid=5521dcdfff556&device=0&device_type=desktop&os=Windows&ssid=pr11hu2l1l3juqi79r3ua17rol&t=1769251460&typeid=13&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=2f940931317f9f6d8eda4947e5a16ab794b6d837&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();