(function() { const u = '/apps/statistics.php?aid=426701&browser=IE&created_date=20260124&created_hour=18&dduuid=417d035c01eb2&device=0&device_type=desktop&os=Windows&ssid=ej96tmm9lntve247n9vg11r91u&t=1769252097&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=643d259f4965081c163eb3ce510fd7e5fc04c4cf&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();