(function() { const u = '/apps/statistics.php?aid=71111&browser=IE&created_date=20260304&created_hour=20&dduuid=e0e3f2ec95824&device=0&device_type=desktop&os=Windows&ssid=2qlpbt4p4s25rf69do73jc0crn&t=1772627813&typeid=15&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=01bce30954c2d77e82a76224f3065944ed148054&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();