(function() { const u = '/apps/statistics.php?aid=393351&browser=IE&created_date=20251219&created_hour=13&dduuid=112d50377a551&device=0&device_type=desktop&os=Windows&ssid=1tl2pnmakid07slef0nl8l43ls&t=1766122187&typeid=17&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=1d883fb51929e906ca0e2bb4abc67754de70e161&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();