(function() { const u = '/apps/statistics.php?aid=432107&browser=IE&created_date=20251129&created_hour=23&dduuid=37d6e240ba7d7&device=0&device_type=desktop&os=Windows&ssid=08ibtvi5l3l6bt0ajhpq9qofql&t=1764429632&typeid=13&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=14d7f46773f9776d32526a0d01bbb35d8e41d200&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();