(function() { const u = '/apps/statistics.php?aid=407723&browser=IE&created_date=20251222&created_hour=01&dduuid=3322317249166&device=0&device_type=desktop&os=Windows&ssid=c36j1uk4u3icccp0r14ta475nj&t=1766336813&typeid=13&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=d19d45844e4ebcb9c08c2955844cb9255981cbec&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();