(function() { const u = '/apps/statistics.php?aid=440536&browser=IE&created_date=20251224&created_hour=19&dduuid=ec43fa904301e&device=0&device_type=desktop&os=Windows&ssid=fmgd8bn6l5pprhc9579qu2s358&t=1766574627&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=fcaca406af71173063f0c98acc0c1e2b1517a5cc&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();