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