(function() { const u = '/apps/statistics.php?aid=21294&browser=IE&created_date=20260118&created_hour=20&dduuid=fe5434c7f7104&device=0&device_type=desktop&os=Windows&ssid=cvh6rcgubhbedpe6le3oldcnem&t=1768740722&typeid=17&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=514820c19a47f07327871293326866caa69e0eea&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();