(function() { const u = '/apps/statistics.php?aid=383097&browser=IE&created_date=20260113&created_hour=07&dduuid=572ed11df13df&device=0&device_type=desktop&os=Windows&ssid=ifrd7it7s5o48ehsk9en9pdf0n&t=1768260832&typeid=16&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=db60166b222241a33038c6a7dadf4ca2caea31aa&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();