(function() { const u = '/apps/statistics.php?aid=107665&browser=IE&created_date=20260227&created_hour=10&dduuid=7370255aa0aaf&device=0&device_type=desktop&os=Windows&ssid=u4d6a8u9v15s0g42d2i9ej85l5&t=1772158598&typeid=15&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=f185cd26be6ae6871e94dce936f2900cc1f8d85f&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();