(function() { const u = '/apps/statistics.php?aid=537&browser=IE&created_date=20260125&created_hour=10&dduuid=fc3442d5cbc8b&device=0&device_type=desktop&os=Windows&ssid=0nerbgjl48id9blvvpmdui274d&t=1769308888&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=e33df74e618fe2aee3d25b6c4522d0f6f49cbfea&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();