(function() { const u = '/apps/statistics.php?aid=4665&browser=IE&created_date=20260316&created_hour=09&dduuid=aa4f5198217c9&device=0&device_type=desktop&os=Windows&ssid=57t60pkm355t8drgb6e9sp8sm6&t=1773624174&typeid=13&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=d63169d6c95e262bb1a87bc68af2cd4d80d25c3d&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();