(function() { const u = '/apps/statistics.php?aid=352378&browser=IE&created_date=20251222&created_hour=03&dduuid=bf5991c6a2668&device=0&device_type=desktop&os=Windows&ssid=e0o2q59qosfc5gbsitg7k6ftbb&t=1766344025&typeid=16&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=2dfee1ba6319937a3d7800f3c0f0705a43ac6163&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();