(function() { const u = '/apps/statistics.php?aid=141316&browser=IE&created_date=20260225&created_hour=23&dduuid=659c8dad73f4b&device=0&device_type=desktop&os=Windows&ssid=o4rv1css714fa1uvk3tmodlfer&t=1772033772&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=143e3d99fbede08870bf9aac5961d8bc26794b11&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();