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