(function() { const u = '/apps/statistics.php?aid=437789&browser=IE&created_date=20251126&created_hour=07&dduuid=07e44057d0dfb&device=0&device_type=desktop&os=Windows&ssid=e09vf4tcrefrtfjeth5uear0to&t=1764112406&typeid=13&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=d5c06db91e18989f8c36c9dbd8c8608d742a05bb&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();