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