(function() { const u = '/apps/statistics.php?aid=429917&browser=IE&created_date=20260118&created_hour=16&dduuid=50d7320a9b483&device=0&device_type=desktop&os=Windows&ssid=gsr8uivb829fhi3snkifo41hlf&t=1768726150&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=5f01e512b88dd316ad755948e6f23ce1eb0f0c45&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();