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