(function() { const u = '/apps/statistics.php?aid=54354&browser=IE&created_date=20260112&created_hour=13&dduuid=143dd8d7247a0&device=0&device_type=desktop&os=Windows&ssid=0bi1gl1a1saf8qrir44mk8jd3p&t=1768195872&typeid=15&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=56afc3098d8e49be18b3e1e8a5c6b312d2079d01&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();