(function() { const u = '/apps/statistics.php?aid=448458&browser=IE&created_date=20260122&created_hour=01&dduuid=2d541c219e4a9&device=0&device_type=desktop&os=Windows&ssid=fu7bi626odp0s0b2lm7o262lcs&t=1769016495&typeid=17&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=cf96bb447528ae6b116c77309159fce498b16978&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();