(function() { const u = '/apps/statistics.php?aid=360216&browser=IE&created_date=20260225&created_hour=05&dduuid=60f283f1db179&device=0&device_type=desktop&os=Windows&ssid=cr510hkcnlldpcal1jasnmcslf&t=1771967610&typeid=16&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=b42ca45dd3a94e4b1693ad887e96605e0418a49f&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();