(function() { const u = '/apps/statistics.php?aid=6639&browser=IE&created_date=20260313&created_hour=03&dduuid=691e378309e1b&device=0&device_type=desktop&os=Windows&ssid=ruk233543tc3fq57vqc4niilkp&t=1773342708&typeid=13&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=d81c3d473163278e8b1ee781d42f2ede75ea5675&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();