(function() { const u = '/apps/statistics.php?aid=65641&browser=IE&created_date=20260224&created_hour=05&dduuid=322f9ecfaf0d8&device=0&device_type=desktop&os=Windows&ssid=76c9ukqrfkqg64b2fmhhicp94g&t=1771881021&typeid=15&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=71e1c800311fc6217394f06209a310495207a492&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();