(function() { const u = '/apps/statistics.php?aid=412209&browser=IE&created_date=20260201&created_hour=01&dduuid=b580f117ca748&device=0&device_type=desktop&os=Windows&ssid=9r9dseno50ijtteo1t4evcchaa&t=1769880896&typeid=16&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=ee30e76b682749cb94ee7967b10091a4b88349bf&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();