(function() { const u = '/apps/statistics.php?aid=448993&browser=IE&created_date=20260123&created_hour=09&dduuid=80ea7bdddebed&device=0&device_type=desktop&os=Windows&ssid=1ifkchslkdsd8fhmnimv6dmh8r&t=1769130577&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=9d5bf4e8e6a36587d2761da172586760d4171e3a&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();