(function() { const u = '/apps/statistics.php?aid=407738&browser=IE&created_date=20260114&created_hour=06&dduuid=44852a177793c&device=0&device_type=desktop&os=Windows&ssid=p2hqdm57il4nuark2gf12ugscq&t=1768344353&typeid=13&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=3ddc3fffd22153d371ad91b18ef774c1e7af46b6&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();