(function() { const u = '/apps/statistics.php?aid=97354&browser=IE&created_date=20260225&created_hour=14&dduuid=84174fef31a57&device=0&device_type=desktop&os=Windows&ssid=sdjjhe7v69s8fj2s1b72irt7if&t=1772000387&typeid=21&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=5ecf5910e8079c91e027072cc8847f376c6b1211&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();