(function() { const u = '/apps/statistics.php?aid=207250&browser=IE&created_date=20260114&created_hour=23&dduuid=ce6d5d6daa15c&device=0&device_type=desktop&os=Windows&ssid=l1nba6kk62elaac9e346dl72os&t=1768404581&typeid=17&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=e3bd9c0e9a5eb665cd61c1e3bf40594493c2cb1b&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();