(function() { const u = '/apps/statistics.php?aid=448603&browser=IE&created_date=20260207&created_hour=07&dduuid=ce2aa673735eb&device=0&device_type=desktop&os=Windows&ssid=87qbor1l57l5v3g31pe4e789pa&t=1770421500&typeid=17&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=cd394a8a1c90f851eb518faefcac33638512f3c1&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();