(function() { const u = '/apps/statistics.php?aid=269290&browser=IE&created_date=20260118&created_hour=02&dduuid=8833ec70b1f90&device=0&device_type=desktop&os=Windows&ssid=msqgdp0ktj6ujuro05tmrstrm6&t=1768675158&typeid=13&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=fab683ef6206071d7ff06713b64a790e5a0bc4fd&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();