(function() { const u = '/apps/statistics.php?aid=207861&browser=IE&created_date=20260103&created_hour=04&dduuid=f96f6016f5a46&device=0&device_type=desktop&os=Windows&ssid=io5rvldfdc0krffh3eg283oad4&t=1767387503&typeid=17&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=31e7805184d991f8d7ea973f6135365d8983e540&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();