(function() { const u = '/apps/statistics.php?aid=267776&browser=IE&created_date=20260224&created_hour=13&dduuid=a70419586456c&device=0&device_type=desktop&os=Windows&ssid=r1cjcf32bele1n45lp1ruvapun&t=1771909265&typeid=13&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=ea63b2440f02e9e183775f4a177f5533d48f4f3e&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();