(function() { const u = '/apps/statistics.php?aid=267768&browser=IE&created_date=20260224&created_hour=13&dduuid=87e8940e1c736&device=0&device_type=desktop&os=Windows&ssid=s76rlc6rudm8t2tj3mal3s6pmn&t=1771909270&typeid=13&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=8505219444d265284074d841ad7251e16946466e&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();