(function() { const u = '/apps/statistics.php?aid=450907&browser=IE&created_date=20260118&created_hour=16&dduuid=7cef540f3dc14&device=0&device_type=desktop&os=Windows&ssid=r2f88qc710210pgr380mmdsvpe&t=1768725194&typeid=21&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=c961afcd72b5c17116cbc342b8bcc537b5f70fc7&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();