(function() { const u = '/apps/statistics.php?aid=18285&browser=IE&created_date=20260113&created_hour=12&dduuid=7f97a4e76dec9&device=0&device_type=desktop&os=Windows&ssid=7rpb5jc86m2tbi8lp9ssefoul0&t=1768280084&typeid=15&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=cca65f8adb0e9b58d4e5c738334b3606e9e23e86&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();